Html Css Color HEX #8B7F49 Clay Creek

📋 copy color: '#8B7F49'

red 139 ◦ green 127 ◦ blue 73

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

Shades of Clay Creek #8B7F49

Tints of Clay Creek #8B7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

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

R = 41%
G = 37.46%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B7F49 (or 0x8B7F49) is known color: Clay Creek. HEX triplet: 8B, 7F and 49. RGB value is (139,127,73). Sum of RGB (Red+Green+Blue) = 139+127+73=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F49 is #7480B6. Grayscale: #7C7C7C. Windows color (decimal): -7635127 or 4816779. OLE color: 4816779.

HSL color Cylindrical-coordinate representation of color #8B7F49: hue angle of 49.09º 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 #8B7F49 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 127 73 -
CMYK 0 0.09 0.47 0.45
HSL 49.09º 0.31% 0.42% -
HSV(B) 49.09º 0.47% 0.55% -
XYZ 19.44 21.15 9.36 -
YUV 124.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 139 127 73 0 0.09 0.47 0.45 49.09 0.31 0.42
Hex 8B 7F 49 0 9 2F 2D 31 1F 2A
Octal 213 177 111 0 11 57 55 61 37 52
Binary 10001011 1111111 1001001 0 1001 101111 101101 110001 11111 101010

Color Harmonies of #8B7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F49

Black with #8B7F49

Text Example


Text Example

White with #8B7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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