Html Css Color HEX #87805C Clay Creek

📋 copy color: '#87805C'

red 135 ◦ green 128 ◦ blue 92

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

Shades of Clay Creek #87805C

Tints of Clay Creek #87805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 38.03%
G = 36.06%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87805C (or 0x87805C) is known color: Clay Creek. HEX triplet: 87, 80 and 5C. RGB value is (135,128,92). Sum of RGB (Red+Green+Blue) = 135+128+92=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805C is #787FA3. Grayscale: #7E7E7E. Windows color (decimal): -7896996 or 6062215. OLE color: 6062215.

HSL color Cylindrical-coordinate representation of color #87805C: hue angle of 50.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87805C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 128 92 -
CMYK 0 0.05 0.32 0.47
HSL 50.23º 0.19% 0.45% -
HSV(B) 50.23º 0.32% 0.53% -
XYZ 19.64 21.36 13.21 -
YUV 125.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 135 128 92 0 0.05 0.32 0.47 50.23 0.19 0.45
Hex 87 80 5C 0 5 20 2F 32 13 2D
Octal 207 200 134 0 5 40 57 62 23 55
Binary 10000111 10000000 1011100 0 101 100000 101111 110010 10011 101101

Color Harmonies of #87805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87805C

Black with #87805C

Text Example


Text Example

White with #87805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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