#37180B

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

Shades of Brown Pod #37180B

Tints of Brown Pod #37180B

Color information

#37180B (or 0x37180B) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 0B. RGB value is (55,24,11). Sum of RGB (Red+Green+Blue) = 55+24+11=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180B is #C8E7F4. Grayscale: #1F1F1F. Windows color (decimal): -13166581 or 727095. OLE color: 727095.

HSL color Cylindrical-coordinate representation of color #37180B: hue angle of 17.73º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37180B is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB552411-
CMYK00.560.80.78
HSL17.73º66.67%12.94%-
HSV(B)17.73º80%21.57%-
XYZ1.961.490.5-
YUV31.79116.27144.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=61.11%
G=26.67%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55241100.560.80.7817.7366.6712.94
Hex3718B038504E1243d
Octal6730130701201162210315
Binary1101111100010110111000101000010011101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,24,11); }

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

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

 a { background-color: rgb(55,24,11); }

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

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

 span { border-color: rgb(55,24,11); }

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