Html Css Color HEX #878049 Clay Creek

📋 copy color: '#878049'

red 135 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #878049

Tints of Clay Creek #878049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 40.18%
G = 38.1%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#878049 (or 0x878049) is known color: Clay Creek. HEX triplet: 87, 80 and 49. RGB value is (135,128,73). Sum of RGB (Red+Green+Blue) = 135+128+73=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #878049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878049 is #787FB6. Grayscale: #7C7C7C. Windows color (decimal): -7897015 or 4817031. OLE color: 4817031.

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

Color convert

RGB 135 128 73 -
CMYK 0 0.05 0.46 0.47
HSL 53.23º 0.3% 0.41% -
HSV(B) 53.23º 0.46% 0.53% -
XYZ 18.91 21.07 9.37 -
YUV 123.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 135 128 73 0 0.05 0.46 0.47 53.23 0.3 0.41
Hex 87 80 49 0 5 2E 2F 35 1E 29
Octal 207 200 111 0 5 56 57 65 36 51
Binary 10000111 10000000 1001001 0 101 101110 101111 110101 11110 101001

Color Harmonies of #878049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878049

Black with #878049

Text Example


Text Example

White with #878049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878049; }

 p { color: rgb(135,128,73); }

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

background-color css

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

 a { background-color: rgb(135,128,73); }

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

border-color css

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

 span { border-color: rgb(135,128,73); }

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