Html Css Color HEX #85804A Clay Creek

📋 copy color: '#85804A'

red 133 ◦ green 128 ◦ blue 74

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

Shades of Clay Creek #85804A

Tints of Clay Creek #85804A

RGB

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

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

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

R = 39.7%
G = 38.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85804A (or 0x85804A) is known color: Clay Creek. HEX triplet: 85, 80 and 4A. RGB value is (133,128,74). Sum of RGB (Red+Green+Blue) = 133+128+74=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #85804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85804A is #7A7FB5. Grayscale: #7B7B7B. Windows color (decimal): -8028086 or 4882565. OLE color: 4882565.

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

Color convert

RGB 133 128 74 -
CMYK 0 0.04 0.44 0.48
HSL 54.92º 0.29% 0.41% -
HSV(B) 54.92º 0.44% 0.52% -
XYZ 18.63 20.92 9.53 -
YUV 123.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 133 128 74 0 0.04 0.44 0.48 54.92 0.29 0.41
Hex 85 80 4A 0 4 2C 30 37 1D 29
Octal 205 200 112 0 4 54 60 67 35 51
Binary 10000101 10000000 1001010 0 100 101100 110000 110111 11101 101001

Color Harmonies of #85804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85804A

Black with #85804A

Text Example


Text Example

White with #85804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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