#37211D

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

Shades of Brown Pod #37211D

Tints of Brown Pod #37211D

Color information

#37211D (or 0x37211D) is unknown color: approx Brown Pod. HEX triplet: 37, 21 and 1D. RGB value is (55,33,29). Sum of RGB (Red+Green+Blue) = 55+33+29=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211D is #C8DEE2. Grayscale: #272727. Windows color (decimal): -13164259 or 1909047. OLE color: 1909047.

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

Color convert

RGB553329-
CMYK00.40.470.78
HSL9.23º30.95%16.47%-
HSV(B)9.23º47.27%21.57%-
XYZ2.341.991.42-
YUV39.12122.29139.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=47.01%
G=28.21%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55332900.40.470.789.2330.9516.47
Hex37211D0282F4E91f10
Octal67413505057116113720
Binary110111100001111010101000101111100111010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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