Html Css Color HEX #8B7C49 Clay Creek

📋 copy color: '#8B7C49'

red 139 ◦ green 124 ◦ blue 73

#8B7C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #8B7C49

Tints of Clay Creek #8B7C49

RGB

 RED value IS 139 (54.69% from 255) = 41.37%

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 41.37%
G = 36.9%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B7C49 (or 0x8B7C49) is known color: Clay Creek. HEX triplet: 8B, 7C and 49. RGB value is (139,124,73). Sum of RGB (Red+Green+Blue) = 139+124+73=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C49 is #7483B6. Grayscale: #7A7A7A. Windows color (decimal): -7635895 or 4816011. OLE color: 4816011.

HSL color Cylindrical-coordinate representation of color #8B7C49: hue angle of 46.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7C49 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 124 73 -
CMYK 0 0.11 0.47 0.45
HSL 46.36º 0.31% 0.42% -
HSV(B) 46.36º 0.47% 0.55% -
XYZ 19.06 20.39 9.23 -
YUV 122.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 139 124 73 0 0.11 0.47 0.45 46.36 0.31 0.42
Hex 8B 7C 49 0 B 2F 2D 2E 1F 2A
Octal 213 174 111 0 13 57 55 56 37 52
Binary 10001011 1111100 1001001 0 1011 101111 101101 101110 11111 101010

Color Harmonies of #8B7C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7C49

Black with #8B7C49

Text Example


Text Example

White with #8B7C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7C49; }

 p { color: rgb(139,124,73); }

 H1.HeaderClassName
 {
   color: #8B7C49;
 }
 .AnyTagClassName
 {
   color: #8B7C49;
 }
</style>

background-color css

<style>
 a { background-color: #8B7C49; }

 a { background-color: rgb(139,124,73); }

 div.DivClassName
 {
   background-color: #8B7C49;
 }
 .BgClassName
 {
   background-color: #8B7C49;
 }
</style>

border-color css

<style>
 span { border-color: #8B7C49; }

 span { border-color: rgb(139,124,73); }

 td.TdClassName
 {
   border-color: #8B7C49;
 }
 .TagClassName
 {
   border-color: #8B7C49;
 }
</style>