#371500

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

Shades of Brown Pod #371500

Tints of Brown Pod #371500

Color information

#371500 (or 0x371500) is unknown color: approx Brown Pod. HEX triplet: 37, 15 and 00. RGB value is (55,21,0). Sum of RGB (Red+Green+Blue) = 55+21+0=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371500 is #C8EAFF. Grayscale: #1C1C1C. Windows color (decimal): -13167360 or 5431. OLE color: 5431.

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

Color convert

RGB55210-
CMYK00.6210.78
HSL22.91º100%10.78%-
HSV(B)22.91º100%21.57%-
XYZ1.841.350.16-
YUV28.77111.76146.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.37%
G=27.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521000.6210.7822.9110010.78
Hex3715003E644E1764b
Octal672500761441162714413
Binary1101111010100111110110010010011101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371500; }

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

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

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

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

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

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

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

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