Html Css Color HEX #857B4E Clay Creek

📋 copy color: '#857B4E'

red 133 ◦ green 123 ◦ blue 78

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

Shades of Clay Creek #857B4E

Tints of Clay Creek #857B4E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 39.82%
G = 36.83%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#857B4E (or 0x857B4E) is known color: Clay Creek. HEX triplet: 85, 7B and 4E. RGB value is (133,123,78). Sum of RGB (Red+Green+Blue) = 133+123+78=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B4E is #7A84B1. Grayscale: #797979. Windows color (decimal): -8029362 or 5143429. OLE color: 5143429.

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

Color convert

RGB 133 123 78 -
CMYK 0 0.08 0.41 0.48
HSL 49.09º 0.26% 0.41% -
HSV(B) 49.09º 0.41% 0.52% -
XYZ 18.13 19.7 10.06 -
YUV 120.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 133 123 78 0 0.08 0.41 0.48 49.09 0.26 0.41
Hex 85 7B 4E 0 8 29 30 31 1A 29
Octal 205 173 116 0 10 51 60 61 32 51
Binary 10000101 1111011 1001110 0 1000 101001 110000 110001 11010 101001

Color Harmonies of #857B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B4E

Black with #857B4E

Text Example


Text Example

White with #857B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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