Html Css Color HEX #837252 Shadow

📋 copy color: '#837252'

red 131 ◦ green 114 ◦ blue 82

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

Shades of Shadow #837252

Tints of Shadow #837252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 40.06%
G = 34.86%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#837252 (or 0x837252) is known color: Shadow. HEX triplet: 83, 72 and 52. RGB value is (131,114,82). Sum of RGB (Red+Green+Blue) = 131+114+82=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837252 is #7C8DAD. Grayscale: #737373. Windows color (decimal): -8162734 or 5403267. OLE color: 5403267.

HSL color Cylindrical-coordinate representation of color #837252: hue angle of 39.18º 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 #837252 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 114 82 -
CMYK 0 0.13 0.37 0.49
HSL 39.18º 0.23% 0.42% -
HSV(B) 39.18º 0.37% 0.51% -
XYZ 16.9 17.47 10.46 -
YUV 115.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 131 114 82 0 0.13 0.37 0.49 39.18 0.23 0.42
Hex 83 72 52 0 D 25 31 27 17 2A
Octal 203 162 122 0 15 45 61 47 27 52
Binary 10000011 1110010 1010010 0 1101 100101 110001 100111 10111 101010

Color Harmonies of #837252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837252

Black with #837252

Text Example


Text Example

White with #837252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837252; }

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

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

background-color css

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

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

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

border-color css

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

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

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