Html Css Color HEX #87804A Clay Creek

📋 copy color: '#87804A'

red 135 ◦ green 128 ◦ blue 74

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

Shades of Clay Creek #87804A

Tints of Clay Creek #87804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 40.06%
G = 37.98%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#87804A (or 0x87804A) is known color: Clay Creek. HEX triplet: 87, 80 and 4A. RGB value is (135,128,74). Sum of RGB (Red+Green+Blue) = 135+128+74=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #87804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804A is #787FB5. Grayscale: #7C7C7C. Windows color (decimal): -7897014 or 4882567. OLE color: 4882567.

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

Color convert

RGB 135 128 74 -
CMYK 0 0.05 0.45 0.47
HSL 53.11º 0.29% 0.41% -
HSV(B) 53.11º 0.45% 0.53% -
XYZ 18.95 21.08 9.55 -
YUV 123.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 135 128 74 0 0.05 0.45 0.47 53.11 0.29 0.41
Hex 87 80 4A 0 5 2D 2F 35 1D 29
Octal 207 200 112 0 5 55 57 65 35 51
Binary 10000111 10000000 1001010 0 101 101101 101111 110101 11101 101001

Color Harmonies of #87804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87804A

Black with #87804A

Text Example


Text Example

White with #87804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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