Html Css Color HEX #85804E Clay Creek

📋 copy color: '#85804E'

red 133 ◦ green 128 ◦ blue 78

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

Shades of Clay Creek #85804E

Tints of Clay Creek #85804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 39.23%
G = 37.76%
B = 23.01%

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

#85804E (or 0x85804E) is known color: Clay Creek. HEX triplet: 85, 80 and 4E. RGB value is (133,128,78). Sum of RGB (Red+Green+Blue) = 133+128+78=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85804E is #7A7FB1. Grayscale: #7B7B7B. Windows color (decimal): -8028082 or 5144709. OLE color: 5144709.

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

Color convert

RGB 133 128 78 -
CMYK 0 0.04 0.41 0.48
HSL 54.55º 0.26% 0.41% -
HSV(B) 54.55º 0.41% 0.52% -
XYZ 18.77 20.97 10.27 -
YUV 123.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 133 128 78 0 0.04 0.41 0.48 54.55 0.26 0.41
Hex 85 80 4E 0 4 29 30 37 1A 29
Octal 205 200 116 0 4 51 60 67 32 51
Binary 10000101 10000000 1001110 0 100 101001 110000 110111 11010 101001

Color Harmonies of #85804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85804E

Black with #85804E

Text Example


Text Example

White with #85804E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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