Html Css Color HEX #857A52 Clay Creek

📋 copy color: '#857A52'

red 133 ◦ green 122 ◦ blue 82

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

Shades of Clay Creek #857A52

Tints of Clay Creek #857A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 39.47%
G = 36.2%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#857A52 (or 0x857A52) is known color: Clay Creek. HEX triplet: 85, 7A and 52. RGB value is (133,122,82). Sum of RGB (Red+Green+Blue) = 133+122+82=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A52 is #7A85AD. Grayscale: #787878. Windows color (decimal): -8029614 or 5405317. OLE color: 5405317.

HSL color Cylindrical-coordinate representation of color #857A52: hue angle of 47.06º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857A52 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 82 -
CMYK 0 0.08 0.38 0.48
HSL 47.06º 0.24% 0.42% -
HSV(B) 47.06º 0.38% 0.52% -
XYZ 18.16 19.51 10.79 -
YUV 120.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 133 122 82 0 0.08 0.38 0.48 47.06 0.24 0.42
Hex 85 7A 52 0 8 26 30 2F 18 2A
Octal 205 172 122 0 10 46 60 57 30 52
Binary 10000101 1111010 1010010 0 1000 100110 110000 101111 11000 101010

Color Harmonies of #857A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A52

Black with #857A52

Text Example


Text Example

White with #857A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,82); }

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

background-color css

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

 a { background-color: rgb(133,122,82); }

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

border-color css

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

 span { border-color: rgb(133,122,82); }

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