Html Css Color HEX #857E5D Clay Creek

📋 copy color: '#857E5D'

red 133 ◦ green 126 ◦ blue 93

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

Shades of Clay Creek #857E5D

Tints of Clay Creek #857E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 37.78%
G = 35.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#857E5D (or 0x857E5D) is known color: Clay Creek. HEX triplet: 85, 7E and 5D. RGB value is (133,126,93). Sum of RGB (Red+Green+Blue) = 133+126+93=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E5D is #7A81A2. Grayscale: #7C7C7C. Windows color (decimal): -8028579 or 6127237. OLE color: 6127237.

HSL color Cylindrical-coordinate representation of color #857E5D: hue angle of 49.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857E5D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 93 -
CMYK 0 0.05 0.30 0.48
HSL 49.5º 0.18% 0.44% -
HSV(B) 49.5º 0.3% 0.52% -
XYZ 19.11 20.7 13.34 -
YUV 124.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 133 126 93 0 0.05 0.30 0.48 49.5 0.18 0.44
Hex 85 7E 5D 0 5 1E 30 32 12 2C
Octal 205 176 135 0 5 36 60 62 22 54
Binary 10000101 1111110 1011101 0 101 11110 110000 110010 10010 101100

Color Harmonies of #857E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E5D

Black with #857E5D

Text Example


Text Example

White with #857E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857E5D; }

 p { color: rgb(133,126,93); }

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

background-color css

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

 a { background-color: rgb(133,126,93); }

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

border-color css

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

 span { border-color: rgb(133,126,93); }

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