#877950

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

Shades of Clay Creek #877950

Tints of Clay Creek #877950

Color information

#877950 (or 0x877950) is unknown color: approx Clay Creek. HEX triplet: 87, 79 and 50. RGB value is (135,121,80). Sum of RGB (Red+Green+Blue) = 135+121+80=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #877950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877950 is #7886AF. Grayscale: #787878. Windows color (decimal): -7898800 or 5273991. OLE color: 5273991.

HSL color Cylindrical-coordinate representation of color #877950: hue angle of 44.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877950 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13512180-
CMYK00.100.410.47
HSL44.73º25.58%42.16%-
HSV(B)44.73º40.74%52.94%-
XYZ18.2819.410.37-
YUV120.51105.14138.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=40.18%
G=36.01%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351218000.100.410.4744.7325.5842.16
Hex8779500A292F2d1a2a
Octal2071711200125157553252
Binary10000111111100110100000101010100110111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877950; }

 p { color: rgb(135,121,80); }

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

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

 a { background-color: rgb(135,121,80); }

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

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

 span { border-color: rgb(135,121,80); }

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