#371801

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

Shades of Brown Pod #371801

Tints of Brown Pod #371801

Color information

#371801 (or 0x371801) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 01. RGB value is (55,24,1). Sum of RGB (Red+Green+Blue) = 55+24+1=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371801 is #C8E7FE. Grayscale: #1E1E1E. Windows color (decimal): -13166591 or 71735. OLE color: 71735.

HSL color Cylindrical-coordinate representation of color #371801: hue angle of 25.56º 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 #371801 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB55241-
CMYK00.560.980.78
HSL25.56º96.43%10.98%-
HSV(B)25.56º98.18%21.57%-
XYZ1.911.470.21-
YUV30.65111.27145.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=68.75%
G=30%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524100.560.980.7825.5696.4310.98
Hex37181038624E1a60b
Octal673010701421163214013
Binary1101111100010111000110001010011101101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371801; }

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

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

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

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

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

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

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

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