Html Css Color HEX #857E4B Clay Creek

📋 copy color: '#857E4B'

red 133 ◦ green 126 ◦ blue 75

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

Shades of Clay Creek #857E4B

Tints of Clay Creek #857E4B

RGB

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

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

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

R = 39.82%
G = 37.72%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#857E4B (or 0x857E4B) is known color: Clay Creek. HEX triplet: 85, 7E and 4B. RGB value is (133,126,75). Sum of RGB (Red+Green+Blue) = 133+126+75=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E4B is #7A81B4. Grayscale: #7A7A7A. Windows color (decimal): -8028597 or 4947589. OLE color: 4947589.

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

Color convert

RGB 133 126 75 -
CMYK 0 0.05 0.44 0.48
HSL 52.76º 0.28% 0.41% -
HSV(B) 52.76º 0.44% 0.52% -
XYZ 18.4 20.42 9.63 -
YUV 122.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 133 126 75 0 0.05 0.44 0.48 52.76 0.28 0.41
Hex 85 7E 4B 0 5 2C 30 35 1C 29
Octal 205 176 113 0 5 54 60 65 34 51
Binary 10000101 1111110 1001011 0 101 101100 110000 110101 11100 101001

Color Harmonies of #857E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E4B

Black with #857E4B

Text Example


Text Example

White with #857E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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