#371503

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

Shades of Brown Pod #371503

Tints of Brown Pod #371503

Color information

#371503 (or 0x371503) is unknown color: approx Brown Pod. HEX triplet: 37, 15 and 03. RGB value is (55,21,3). Sum of RGB (Red+Green+Blue) = 55+21+3=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371503 is #C8EAFC. Grayscale: #1D1D1D. Windows color (decimal): -13167357 or 202039. OLE color: 202039.

HSL color Cylindrical-coordinate representation of color #371503: hue angle of 20.77º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #371503 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB55213-
CMYK00.620.950.78
HSL20.77º89.66%11.37%-
HSV(B)20.77º94.55%21.57%-
XYZ1.861.360.25-
YUV29.11113.26146.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=69.62%
G=26.58%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521300.620.950.7820.7789.6611.37
Hex3715303E5F4E155ab
Octal672530761371162513213
Binary11011110101110111110101111110011101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371503; }

 p { color: rgb(55,21,3); }

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

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

 a { background-color: rgb(55,21,3); }

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

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

 span { border-color: rgb(55,21,3); }

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