Html Css Color HEX #857E4C Clay Creek

📋 copy color: '#857E4C'

red 133 ◦ green 126 ◦ blue 76

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

Shades of Clay Creek #857E4C

Tints of Clay Creek #857E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 39.7%
G = 37.61%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#857E4C (or 0x857E4C) is known color: Clay Creek. HEX triplet: 85, 7E and 4C. RGB value is (133,126,76). Sum of RGB (Red+Green+Blue) = 133+126+76=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E4C is #7A81B3. Grayscale: #7A7A7A. Windows color (decimal): -8028596 or 5013125. OLE color: 5013125.

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

Color convert

RGB 133 126 76 -
CMYK 0 0.05 0.43 0.48
HSL 52.63º 0.27% 0.41% -
HSV(B) 52.63º 0.43% 0.52% -
XYZ 18.44 20.43 9.81 -
YUV 122.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 133 126 76 0 0.05 0.43 0.48 52.63 0.27 0.41
Hex 85 7E 4C 0 5 2B 30 35 1B 29
Octal 205 176 114 0 5 53 60 65 33 51
Binary 10000101 1111110 1001100 0 101 101011 110000 110101 11011 101001

Color Harmonies of #857E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E4C

Black with #857E4C

Text Example


Text Example

White with #857E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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