Html Css Color HEX #877950 Clay Creek

📋 copy color: '#877950'

red 135 ◦ green 121 ◦ blue 80

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

Shades of Clay Creek #877950

Tints of Clay Creek #877950

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#877950 (or 0x877950) is known color: 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

RGB 135 121 80 -
CMYK 0 0.10 0.41 0.47
HSL 44.73º 0.26% 0.42% -
HSV(B) 44.73º 0.41% 0.53% -
XYZ 18.28 19.4 10.37 -
YUV 120.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 135 121 80 0 0.10 0.41 0.47 44.73 0.26 0.42
Hex 87 79 50 0 A 29 2F 2D 1A 2A
Octal 207 171 120 0 12 51 57 55 32 52
Binary 10000111 1111001 1010000 0 1010 101001 101111 101101 11010 101010

Color Harmonies of #877950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877950

Black with #877950

Text Example


Text Example

White with #877950

Text Example


Text Example

HTML Codes & Css Web 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>