Html Css Color HEX #8B7F57 Clay Creek

📋 copy color: '#8B7F57'

red 139 ◦ green 127 ◦ blue 87

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

Shades of Clay Creek #8B7F57

Tints of Clay Creek #8B7F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 39.38%
G = 35.98%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B7F57 (or 0x8B7F57) is known color: Clay Creek. HEX triplet: 8B, 7F and 57. RGB value is (139,127,87). Sum of RGB (Red+Green+Blue) = 139+127+87=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F57 is #7480A8. Grayscale: #7E7E7E. Windows color (decimal): -7635113 or 5734283. OLE color: 5734283.

HSL color Cylindrical-coordinate representation of color #8B7F57: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7F57 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 127 87 -
CMYK 0 0.09 0.37 0.45
HSL 46.15º 0.23% 0.44% -
HSV(B) 46.15º 0.37% 0.55% -
XYZ 19.96 21.36 12.09 -
YUV 126.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 139 127 87 0 0.09 0.37 0.45 46.15 0.23 0.44
Hex 8B 7F 57 0 9 25 2D 2E 17 2C
Octal 213 177 127 0 11 45 55 56 27 54
Binary 10001011 1111111 1010111 0 1001 100101 101101 101110 10111 101100

Color Harmonies of #8B7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F57

Black with #8B7F57

Text Example


Text Example

White with #8B7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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