Html Css Color HEX #878350 Clay Creek

📋 copy color: '#878350'

red 135 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #878350

Tints of Clay Creek #878350

RGB

 RED value IS 135 (53.13% from 255) = 39.02%

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 39.02%
G = 37.86%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#878350 (or 0x878350) is known color: Clay Creek. HEX triplet: 87, 83 and 50. RGB value is (135,131,80). Sum of RGB (Red+Green+Blue) = 135+131+80=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #878350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878350 is #787CAF. Grayscale: #7E7E7E. Windows color (decimal): -7896240 or 5276551. OLE color: 5276551.

HSL color Cylindrical-coordinate representation of color #878350: hue angle of 55.64º 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 #878350 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 80 -
CMYK 0 0.03 0.41 0.47
HSL 55.64º 0.26% 0.42% -
HSV(B) 55.64º 0.41% 0.53% -
XYZ 19.56 21.96 10.8 -
YUV 126.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 135 131 80 0 0.03 0.41 0.47 55.64 0.26 0.42
Hex 87 83 50 0 3 29 2F 38 1A 2A
Octal 207 203 120 0 3 51 57 70 32 52
Binary 10000111 10000011 1010000 0 11 101001 101111 111000 11010 101010

Color Harmonies of #878350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878350

Black with #878350

Text Example


Text Example

White with #878350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878350; }

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

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

background-color css

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

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

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

border-color css

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

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

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