Html Css Color HEX #87824B Clay Creek

📋 copy color: '#87824B'

red 135 ◦ green 130 ◦ blue 75

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

Shades of Clay Creek #87824B

Tints of Clay Creek #87824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 39.71%
G = 38.24%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87824B (or 0x87824B) is known color: Clay Creek. HEX triplet: 87, 82 and 4B. RGB value is (135,130,75). Sum of RGB (Red+Green+Blue) = 135+130+75=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87824B is #787DB4. Grayscale: #7D7D7D. Windows color (decimal): -7896501 or 4948615. OLE color: 4948615.

HSL color Cylindrical-coordinate representation of color #87824B: hue angle of 55º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87824B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 75 -
CMYK 0 0.04 0.44 0.47
HSL 55º 0.29% 0.41% -
HSV(B) 55º 0.44% 0.53% -
XYZ 19.24 21.62 9.82 -
YUV 125.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 135 130 75 0 0.04 0.44 0.47 55 0.29 0.41
Hex 87 82 4B 0 4 2C 2F 37 1D 29
Octal 207 202 113 0 4 54 57 67 35 51
Binary 10000111 10000010 1001011 0 100 101100 101111 110111 11101 101001

Color Harmonies of #87824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87824B

Black with #87824B

Text Example


Text Example

White with #87824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87824B; }

 p { color: rgb(135,130,75); }

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

background-color css

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

 a { background-color: rgb(135,130,75); }

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

border-color css

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

 span { border-color: rgb(135,130,75); }

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