#371301

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

Shades of Brown Pod #371301

Tints of Brown Pod #371301

Color information

#371301 (or 0x371301) is unknown color: approx Brown Pod. HEX triplet: 37, 13 and 01. RGB value is (55,19,1). Sum of RGB (Red+Green+Blue) = 55+19+1=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #371301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371301 is #C8ECFE. Grayscale: #1B1B1B. Windows color (decimal): -13167871 or 70455. OLE color: 70455.

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

Color convert

RGB55191-
CMYK00.650.980.78
HSL20º96.43%10.98%-
HSV(B)20º98.18%21.57%-
XYZ1.811.280.18-
YUV27.71112.93147.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=73.33%
G=25.33%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5519100.650.980.782096.4310.98
Hex37131041624E1460b
Octal6723101011421162414013
Binary11011110011101000001110001010011101010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371301; }

 p { color: rgb(55,19,1); }

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

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

 a { background-color: rgb(55,19,1); }

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

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

 span { border-color: rgb(55,19,1); }

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