Html Css Color HEX #85804D Clay Creek

📋 copy color: '#85804D'

red 133 ◦ green 128 ◦ blue 77

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

Shades of Clay Creek #85804D

Tints of Clay Creek #85804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 39.35%
G = 37.87%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85804D (or 0x85804D) is known color: Clay Creek. HEX triplet: 85, 80 and 4D. RGB value is (133,128,77). Sum of RGB (Red+Green+Blue) = 133+128+77=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85804D is #7A7FB2. Grayscale: #7B7B7B. Windows color (decimal): -8028083 or 5079173. OLE color: 5079173.

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

Color convert

RGB 133 128 77 -
CMYK 0 0.04 0.42 0.48
HSL 54.64º 0.27% 0.41% -
HSV(B) 54.64º 0.42% 0.52% -
XYZ 18.73 20.96 10.08 -
YUV 123.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 133 128 77 0 0.04 0.42 0.48 54.64 0.27 0.41
Hex 85 80 4D 0 4 2A 30 37 1B 29
Octal 205 200 115 0 4 52 60 67 33 51
Binary 10000101 10000000 1001101 0 100 101010 110000 110111 11011 101001

Color Harmonies of #85804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85804D

Black with #85804D

Text Example


Text Example

White with #85804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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