Html Css Color HEX #857C4E Clay Creek

📋 copy color: '#857C4E'

red 133 ◦ green 124 ◦ blue 78

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

Shades of Clay Creek #857C4E

Tints of Clay Creek #857C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

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

R = 39.7%
G = 37.01%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#857C4E (or 0x857C4E) is known color: Clay Creek. HEX triplet: 85, 7C and 4E. RGB value is (133,124,78). Sum of RGB (Red+Green+Blue) = 133+124+78=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C4E is #7A83B1. Grayscale: #797979. Windows color (decimal): -8029106 or 5143685. OLE color: 5143685.

HSL color Cylindrical-coordinate representation of color #857C4E: hue angle of 50.18º 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 #857C4E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 78 -
CMYK 0 0.07 0.41 0.48
HSL 50.18º 0.26% 0.41% -
HSV(B) 50.18º 0.41% 0.52% -
XYZ 18.26 19.95 10.1 -
YUV 121.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 133 124 78 0 0.07 0.41 0.48 50.18 0.26 0.41
Hex 85 7C 4E 0 7 29 30 32 1A 29
Octal 205 174 116 0 7 51 60 62 32 51
Binary 10000101 1111100 1001110 0 111 101001 110000 110010 11010 101001

Color Harmonies of #857C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C4E

Black with #857C4E

Text Example


Text Example

White with #857C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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