#87814B

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

Shades of Clay Creek #87814B

Tints of Clay Creek #87814B

Color information

#87814B (or 0x87814B) is unknown color: approx Clay Creek. HEX triplet: 87, 81 and 4B. RGB value is (135,129,75). Sum of RGB (Red+Green+Blue) = 135+129+75=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87814B is #787EB4. Grayscale: #7C7C7C. Windows color (decimal): -7896757 or 4948359. OLE color: 4948359.

HSL color Cylindrical-coordinate representation of color #87814B: hue angle of 54º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87814B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13512975-
CMYK00.040.440.47
HSL54º28.57%41.18%-
HSV(B)54º44.44%52.94%-
XYZ19.1121.369.77-
YUV124.6499.99135.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=39.82%
G=38.05%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351297500.040.440.475428.5741.18
Hex87814B042C2F361d29
Octal207201113045457663551
Binary10000111100000011001011010010110010111111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87814B; }

 p { color: rgb(135,129,75); }

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

<style>
 a { background-color: #87814B; }

 a { background-color: rgb(135,129,75); }

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

<style>
 span { border-color: #87814B; }

 span { border-color: rgb(135,129,75); }

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