Html Css Color HEX #857D4B Clay Creek

📋 copy color: '#857D4B'

red 133 ◦ green 125 ◦ blue 75

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

Shades of Clay Creek #857D4B

Tints of Clay Creek #857D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 39.94%
G = 37.54%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#857D4B (or 0x857D4B) is known color: Clay Creek. HEX triplet: 85, 7D and 4B. RGB value is (133,125,75). Sum of RGB (Red+Green+Blue) = 133+125+75=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D4B is #7A82B4. Grayscale: #797979. Windows color (decimal): -8028853 or 4947333. OLE color: 4947333.

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

Color convert

RGB 133 125 75 -
CMYK 0 0.06 0.44 0.48
HSL 51.72º 0.28% 0.41% -
HSV(B) 51.72º 0.44% 0.52% -
XYZ 18.28 20.16 9.58 -
YUV 121.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 133 125 75 0 0.06 0.44 0.48 51.72 0.28 0.41
Hex 85 7D 4B 0 6 2C 30 34 1C 29
Octal 205 175 113 0 6 54 60 64 34 51
Binary 10000101 1111101 1001011 0 110 101100 110000 110100 11100 101001

Color Harmonies of #857D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D4B

Black with #857D4B

Text Example


Text Example

White with #857D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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