Html Css Color HEX #837052 Shadow

📋 copy color: '#837052'

red 131 ◦ green 112 ◦ blue 82

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

Shades of Shadow #837052

Tints of Shadow #837052

RGB

 RED value IS 131 (51.56% from 255) = 40.31%

 GREEN value IS 112 (44.14% from 255) = 34.46%

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

R = 40.31%
G = 34.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#837052 (or 0x837052) is known color: Shadow. HEX triplet: 83, 70 and 52. RGB value is (131,112,82). Sum of RGB (Red+Green+Blue) = 131+112+82=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #837052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837052 is #7C8FAD. Grayscale: #727272. Windows color (decimal): -8163246 or 5402755. OLE color: 5402755.

HSL color Cylindrical-coordinate representation of color #837052: hue angle of 36.73º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #837052 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 82 -
CMYK 0 0.15 0.37 0.49
HSL 36.73º 0.23% 0.42% -
HSV(B) 36.73º 0.37% 0.51% -
XYZ 16.68 17.02 10.39 -
YUV 114.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 131 112 82 0 0.15 0.37 0.49 36.73 0.23 0.42
Hex 83 70 52 0 F 25 31 25 17 2A
Octal 203 160 122 0 17 45 61 45 27 52
Binary 10000011 1110000 1010010 0 1111 100101 110001 100101 10111 101010

Color Harmonies of #837052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837052

Black with #837052

Text Example


Text Example

White with #837052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837052; }

 p { color: rgb(131,112,82); }

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

background-color css

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

 a { background-color: rgb(131,112,82); }

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

border-color css

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

 span { border-color: rgb(131,112,82); }

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