Html Css Color HEX #85794A Clay Creek

📋 copy color: '#85794A'

red 133 ◦ green 121 ◦ blue 74

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

Shades of Clay Creek #85794A

Tints of Clay Creek #85794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

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

R = 40.55%
G = 36.89%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85794A (or 0x85794A) is known color: Clay Creek. HEX triplet: 85, 79 and 4A. RGB value is (133,121,74). Sum of RGB (Red+Green+Blue) = 133+121+74=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85794A is #7A86B5. Grayscale: #777777. Windows color (decimal): -8029878 or 4880773. OLE color: 4880773.

HSL color Cylindrical-coordinate representation of color #85794A: hue angle of 47.8º 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 #85794A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 74 -
CMYK 0 0.09 0.44 0.48
HSL 47.8º 0.29% 0.41% -
HSV(B) 47.8º 0.44% 0.52% -
XYZ 17.75 19.16 9.24 -
YUV 119.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 133 121 74 0 0.09 0.44 0.48 47.8 0.29 0.41
Hex 85 79 4A 0 9 2C 30 30 1D 29
Octal 205 171 112 0 11 54 60 60 35 51
Binary 10000101 1111001 1001010 0 1001 101100 110000 110000 11101 101001

Color Harmonies of #85794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85794A

Black with #85794A

Text Example


Text Example

White with #85794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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