#37221A

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

Shades of Brown Pod #37221A

Tints of Brown Pod #37221A

Color information

#37221A (or 0x37221A) is unknown color: approx Brown Pod. HEX triplet: 37, 22 and 1A. RGB value is (55,34,26). Sum of RGB (Red+Green+Blue) = 55+34+26=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221A is #C8DDE5. Grayscale: #272727. Windows color (decimal): -13164006 or 1712695. OLE color: 1712695.

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

Color convert

RGB553426-
CMYK00.380.530.78
HSL16.55º35.8%15.88%-
HSV(B)16.55º52.73%21.57%-
XYZ2.332.031.25-
YUV39.37120.46139.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=47.83%
G=29.57%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55342600.380.530.7816.5535.815.88
Hex37221A026354E112410
Octal67423204665116214420
Binary11011110001011010010011011010110011101000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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