Html Css Color HEX #857851 Clay Creek

📋 copy color: '#857851'

red 133 ◦ green 120 ◦ blue 81

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

Shades of Clay Creek #857851

Tints of Clay Creek #857851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 39.82%
G = 35.93%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#857851 (or 0x857851) is known color: Clay Creek. HEX triplet: 85, 78 and 51. RGB value is (133,120,81). Sum of RGB (Red+Green+Blue) = 133+120+81=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857851 is #7A87AE. Grayscale: #777777. Windows color (decimal): -8030127 or 5339269. OLE color: 5339269.

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

Color convert

RGB 133 120 81 -
CMYK 0 0.10 0.39 0.48
HSL 45º 0.24% 0.42% -
HSV(B) 45º 0.39% 0.52% -
XYZ 17.87 19.01 10.51 -
YUV 119.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 133 120 81 0 0.10 0.39 0.48 45 0.24 0.42
Hex 85 78 51 0 A 27 30 2D 18 2A
Octal 205 170 121 0 12 47 60 55 30 52
Binary 10000101 1111000 1010001 0 1010 100111 110000 101101 11000 101010

Color Harmonies of #857851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857851

Black with #857851

Text Example


Text Example

White with #857851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857851; }

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

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

background-color css

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

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

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

border-color css

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

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

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