#37211C

Color #37211C Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #37211C

Tints of Brown Pod #37211C

Color information

#37211C (or 0x37211C) is unknown color: approx Brown Pod. HEX triplet: 37, 21 and 1C. RGB value is (55,33,28). Sum of RGB (Red+Green+Blue) = 55+33+28=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211C is #C8DEE3. Grayscale: #272727. Windows color (decimal): -13164260 or 1843511. OLE color: 1843511.

HSL color Cylindrical-coordinate representation of color #37211C: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37211C is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB553328-
CMYK00.40.490.78
HSL11.11º32.53%16.27%-
HSV(B)11.11º49.09%21.57%-
XYZ2.331.981.36-
YUV39.01121.79139.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=47.41%
G=28.45%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55332800.40.490.7811.1132.5316.27
Hex37211C028314Eb2110
Octal67413405061116134120
Binary1101111000011110001010001100011001110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37211C; }

 p { color: rgb(55,33,28); }

 H1.HeaderClassName
 {
   color: #37211C;
 }
 .AnyTagClassName
 {
   color: #37211C;
 }
</style>
background-color css

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

 a { background-color: rgb(55,33,28); }

 div.DivClassName
 {
   background-color: #37211C;
 }
 .BgClassName
 {
   background-color: #37211C;
 }
</style>
border-color css

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

 span { border-color: rgb(55,33,28); }

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