#8B7F52

Color #8B7F52 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8B7F52

Tints of Clay Creek #8B7F52

Color information

#8B7F52 (or 0x8B7F52) is unknown color: approx Clay Creek. HEX triplet: 8B, 7F and 52. RGB value is (139,127,82). Sum of RGB (Red+Green+Blue) = 139+127+82=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F52 is #7480AD. Grayscale: #7D7D7D. Windows color (decimal): -7635118 or 5406603. OLE color: 5406603.

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

Color convert

RGB13912782-
CMYK00.090.410.45
HSL47.37º25.79%43.33%-
HSV(B)47.37º41.01%54.51%-
XYZ19.7621.2811.05-
YUV125.46103.48137.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=39.94%
G=36.49%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391278200.090.410.4547.3725.7943.33
Hex8B7F5209292D2f1a2b
Octal2131771220115155573253
Binary10001011111111110100100100110100110110110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B7F52;
 }
 .AnyTagClassName
 {
   color: #8B7F52;
 }
</style>
background-color css

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

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

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

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

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

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