Html Css Color HEX #857852 Clay Creek

📋 copy color: '#857852'

red 133 ◦ green 120 ◦ blue 82

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

Shades of Clay Creek #857852

Tints of Clay Creek #857852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 39.7%
G = 35.82%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#857852 (or 0x857852) is known color: Clay Creek. HEX triplet: 85, 78 and 52. RGB value is (133,120,82). Sum of RGB (Red+Green+Blue) = 133+120+82=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857852 is #7A87AD. Grayscale: #777777. Windows color (decimal): -8030126 or 5404805. OLE color: 5404805.

HSL color Cylindrical-coordinate representation of color #857852: hue angle of 44.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857852 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 82 -
CMYK 0 0.10 0.38 0.48
HSL 44.71º 0.24% 0.42% -
HSV(B) 44.71º 0.38% 0.52% -
XYZ 17.91 19.03 10.71 -
YUV 119.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 133 120 82 0 0.10 0.38 0.48 44.71 0.24 0.42
Hex 85 78 52 0 A 26 30 2D 18 2A
Octal 205 170 122 0 12 46 60 55 30 52
Binary 10000101 1111000 1010010 0 1010 100110 110000 101101 11000 101010

Color Harmonies of #857852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857852

Black with #857852

Text Example


Text Example

White with #857852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857852; }

 p { color: rgb(133,120,82); }

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

background-color css

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

 a { background-color: rgb(133,120,82); }

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

border-color css

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

 span { border-color: rgb(133,120,82); }

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