Html Css Color HEX #857D4D Clay Creek

📋 copy color: '#857D4D'

red 133 ◦ green 125 ◦ blue 77

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

Shades of Clay Creek #857D4D

Tints of Clay Creek #857D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 39.7%
G = 37.31%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#857D4D (or 0x857D4D) is known color: Clay Creek. HEX triplet: 85, 7D and 4D. RGB value is (133,125,77). Sum of RGB (Red+Green+Blue) = 133+125+77=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D4D is #7A82B2. Grayscale: #7A7A7A. Windows color (decimal): -8028851 or 5078405. OLE color: 5078405.

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

Color convert

RGB 133 125 77 -
CMYK 0 0.06 0.42 0.48
HSL 51.43º 0.27% 0.41% -
HSV(B) 51.43º 0.42% 0.52% -
XYZ 18.35 20.19 9.95 -
YUV 121.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 133 125 77 0 0.06 0.42 0.48 51.43 0.27 0.41
Hex 85 7D 4D 0 6 2A 30 33 1B 29
Octal 205 175 115 0 6 52 60 63 33 51
Binary 10000101 1111101 1001101 0 110 101010 110000 110011 11011 101001

Color Harmonies of #857D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D4D

Black with #857D4D

Text Example


Text Example

White with #857D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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