Html Css Color HEX #857850 Clay Creek

📋 copy color: '#857850'

red 133 ◦ green 120 ◦ blue 80

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

Shades of Clay Creek #857850

Tints of Clay Creek #857850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 39.94%
G = 36.04%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#857850 (or 0x857850) is known color: Clay Creek. HEX triplet: 85, 78 and 50. RGB value is (133,120,80). Sum of RGB (Red+Green+Blue) = 133+120+80=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857850 is #7A87AF. Grayscale: #777777. Windows color (decimal): -8030128 or 5273733. OLE color: 5273733.

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

Color convert

RGB 133 120 80 -
CMYK 0 0.10 0.40 0.48
HSL 45.28º 0.25% 0.42% -
HSV(B) 45.28º 0.4% 0.52% -
XYZ 17.84 19 10.32 -
YUV 119.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 133 120 80 0 0.10 0.40 0.48 45.28 0.25 0.42
Hex 85 78 50 0 A 28 30 2D 19 2A
Octal 205 170 120 0 12 50 60 55 31 52
Binary 10000101 1111000 1010000 0 1010 101000 110000 101101 11001 101010

Color Harmonies of #857850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857850

Black with #857850

Text Example


Text Example

White with #857850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857850; }

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

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

background-color css

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

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

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

border-color css

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

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

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