Html Css Color HEX #857C4A Clay Creek

📋 copy color: '#857C4A'

red 133 ◦ green 124 ◦ blue 74

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

Shades of Clay Creek #857C4A

Tints of Clay Creek #857C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 40.18%
G = 37.46%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#857C4A (or 0x857C4A) is known color: Clay Creek. HEX triplet: 85, 7C and 4A. RGB value is (133,124,74). Sum of RGB (Red+Green+Blue) = 133+124+74=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C4A is #7A83B5. Grayscale: #797979. Windows color (decimal): -8029110 or 4881541. OLE color: 4881541.

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

Color convert

RGB 133 124 74 -
CMYK 0 0.07 0.44 0.48
HSL 50.85º 0.29% 0.41% -
HSV(B) 50.85º 0.44% 0.52% -
XYZ 18.12 19.9 9.36 -
YUV 120.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 133 124 74 0 0.07 0.44 0.48 50.85 0.29 0.41
Hex 85 7C 4A 0 7 2C 30 33 1D 29
Octal 205 174 112 0 7 54 60 63 35 51
Binary 10000101 1111100 1001010 0 111 101100 110000 110011 11101 101001

Color Harmonies of #857C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C4A

Black with #857C4A

Text Example


Text Example

White with #857C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,74); }

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

background-color css

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

 a { background-color: rgb(133,124,74); }

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

border-color css

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

 span { border-color: rgb(133,124,74); }

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