#37221B

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

Shades of Brown Pod #37221B

Tints of Brown Pod #37221B

Color information

#37221B (or 0x37221B) is unknown color: approx Brown Pod. HEX triplet: 37, 22 and 1B. RGB value is (55,34,27). Sum of RGB (Red+Green+Blue) = 55+34+27=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221B is #C8DDE4. Grayscale: #272727. Windows color (decimal): -13164005 or 1778231. OLE color: 1778231.

HSL color Cylindrical-coordinate representation of color #37221B: hue angle of 15º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37221B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB553427-
CMYK00.380.510.78
HSL15º34.15%16.08%-
HSV(B)15º50.91%21.57%-
XYZ2.352.041.31-
YUV39.48120.96139.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=47.41%
G=29.31%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55342700.380.510.781534.1516.08
Hex37221B026334Ef2210
Octal67423304663116174220
Binary1101111000101101101001101100111001110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37221B; }

 p { color: rgb(55,34,27); }

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

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

 a { background-color: rgb(55,34,27); }

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

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

 span { border-color: rgb(55,34,27); }

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