Html Css Color HEX #85804F Clay Creek

📋 copy color: '#85804F'

red 133 ◦ green 128 ◦ blue 79

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

Shades of Clay Creek #85804F

Tints of Clay Creek #85804F

RGB

 RED value IS 133 (52.34% from 255) = 39.12%

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 39.12%
G = 37.65%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85804F (or 0x85804F) is known color: Clay Creek. HEX triplet: 85, 80 and 4F. RGB value is (133,128,79). Sum of RGB (Red+Green+Blue) = 133+128+79=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85804F is #7A7FB0. Grayscale: #7C7C7C. Windows color (decimal): -8028081 or 5210245. OLE color: 5210245.

HSL color Cylindrical-coordinate representation of color #85804F: hue angle of 54.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85804F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 79 -
CMYK 0 0.04 0.41 0.48
HSL 54.44º 0.25% 0.42% -
HSV(B) 54.44º 0.41% 0.52% -
XYZ 18.8 20.99 10.46 -
YUV 123.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 133 128 79 0 0.04 0.41 0.48 54.44 0.25 0.42
Hex 85 80 4F 0 4 29 30 36 19 2A
Octal 205 200 117 0 4 51 60 66 31 52
Binary 10000101 10000000 1001111 0 100 101001 110000 110110 11001 101010

Color Harmonies of #85804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85804F

Black with #85804F

Text Example


Text Example

White with #85804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85804F; }

 p { color: rgb(133,128,79); }

 H1.HeaderClassName
 {
   color: #85804F;
 }
 .AnyTagClassName
 {
   color: #85804F;
 }
</style>

background-color css

<style>
 a { background-color: #85804F; }

 a { background-color: rgb(133,128,79); }

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

border-color css

<style>
 span { border-color: #85804F; }

 span { border-color: rgb(133,128,79); }

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