Html Css Color HEX #857E4D Clay Creek

📋 copy color: '#857E4D'

red 133 ◦ green 126 ◦ blue 77

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

Shades of Clay Creek #857E4D

Tints of Clay Creek #857E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 39.58%
G = 37.5%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#857E4D (or 0x857E4D) is known color: Clay Creek. HEX triplet: 85, 7E and 4D. RGB value is (133,126,77). Sum of RGB (Red+Green+Blue) = 133+126+77=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E4D is #7A81B2. Grayscale: #7A7A7A. Windows color (decimal): -8028595 or 5078661. OLE color: 5078661.

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

Color convert

RGB 133 126 77 -
CMYK 0 0.05 0.42 0.48
HSL 52.5º 0.27% 0.41% -
HSV(B) 52.5º 0.42% 0.52% -
XYZ 18.47 20.44 9.99 -
YUV 122.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 133 126 77 0 0.05 0.42 0.48 52.5 0.27 0.41
Hex 85 7E 4D 0 5 2A 30 34 1B 29
Octal 205 176 115 0 5 52 60 64 33 51
Binary 10000101 1111110 1001101 0 101 101010 110000 110100 11011 101001

Color Harmonies of #857E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E4D

Black with #857E4D

Text Example


Text Example

White with #857E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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