Html Css Color HEX #87804B Clay Creek

📋 copy color: '#87804B'

red 135 ◦ green 128 ◦ blue 75

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

Shades of Clay Creek #87804B

Tints of Clay Creek #87804B

RGB

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

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

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

R = 39.94%
G = 37.87%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87804B (or 0x87804B) is known color: Clay Creek. HEX triplet: 87, 80 and 4B. RGB value is (135,128,75). Sum of RGB (Red+Green+Blue) = 135+128+75=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87804B is #787FB4. Grayscale: #7C7C7C. Windows color (decimal): -7897013 or 4948103. OLE color: 4948103.

HSL color Cylindrical-coordinate representation of color #87804B: hue angle of 53º 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 #87804B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 128 75 -
CMYK 0 0.05 0.44 0.47
HSL 53º 0.29% 0.41% -
HSV(B) 53º 0.44% 0.53% -
XYZ 18.98 21.1 9.73 -
YUV 124.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 135 128 75 0 0.05 0.44 0.47 53 0.29 0.41
Hex 87 80 4B 0 5 2C 2F 35 1D 29
Octal 207 200 113 0 5 54 57 65 35 51
Binary 10000111 10000000 1001011 0 101 101100 101111 110101 11101 101001

Color Harmonies of #87804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87804B

Black with #87804B

Text Example


Text Example

White with #87804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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