Html Css Color HEX #857E4E Clay Creek

📋 copy color: '#857E4E'

red 133 ◦ green 126 ◦ blue 78

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

Shades of Clay Creek #857E4E

Tints of Clay Creek #857E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 39.47%
G = 37.39%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#857E4E (or 0x857E4E) is known color: Clay Creek. HEX triplet: 85, 7E and 4E. RGB value is (133,126,78). Sum of RGB (Red+Green+Blue) = 133+126+78=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E4E is #7A81B1. Grayscale: #7A7A7A. Windows color (decimal): -8028594 or 5144197. OLE color: 5144197.

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

Color convert

RGB 133 126 78 -
CMYK 0 0.05 0.41 0.48
HSL 52.36º 0.26% 0.41% -
HSV(B) 52.36º 0.41% 0.52% -
XYZ 18.51 20.46 10.18 -
YUV 122.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 133 126 78 0 0.05 0.41 0.48 52.36 0.26 0.41
Hex 85 7E 4E 0 5 29 30 34 1A 29
Octal 205 176 116 0 5 51 60 64 32 51
Binary 10000101 1111110 1001110 0 101 101001 110000 110100 11010 101001

Color Harmonies of #857E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E4E

Black with #857E4E

Text Example


Text Example

White with #857E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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