Html Css Color HEX #857E48 Clay Creek

📋 copy color: '#857E48'

red 133 ◦ green 126 ◦ blue 72

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

Shades of Clay Creek #857E48

Tints of Clay Creek #857E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 40.18%
G = 38.07%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#857E48 (or 0x857E48) is known color: Clay Creek. HEX triplet: 85, 7E and 48. RGB value is (133,126,72). Sum of RGB (Red+Green+Blue) = 133+126+72=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E48 is #7A81B7. Grayscale: #7A7A7A. Windows color (decimal): -8028600 or 4750981. OLE color: 4750981.

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

Color convert

RGB 133 126 72 -
CMYK 0 0.05 0.46 0.48
HSL 53.11º 0.3% 0.4% -
HSV(B) 53.11º 0.46% 0.52% -
XYZ 18.3 20.38 9.1 -
YUV 121.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 133 126 72 0 0.05 0.46 0.48 53.11 0.3 0.4
Hex 85 7E 48 0 5 2E 30 35 1E 28
Octal 205 176 110 0 5 56 60 65 36 50
Binary 10000101 1111110 1001000 0 101 101110 110000 110101 11110 101000

Color Harmonies of #857E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E48

Black with #857E48

Text Example


Text Example

White with #857E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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