#371B10

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

Shades of Brown Pod #371B10

Tints of Brown Pod #371B10

Color information

#371B10 (or 0x371B10) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 10. RGB value is (55,27,16). Sum of RGB (Red+Green+Blue) = 55+27+16=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B10 is #C8E4EF. Grayscale: #222222. Windows color (decimal): -13165808 or 1055543. OLE color: 1055543.

HSL color Cylindrical-coordinate representation of color #371B10: hue angle of 16.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371B10 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB552716-
CMYK00.510.710.78
HSL16.92º54.93%13.92%-
HSV(B)16.92º70.91%21.57%-
XYZ2.061.630.7-
YUV34.12117.78142.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=56.12%
G=27.55%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55271600.510.710.7816.9254.9313.92
Hex371B10033474E1137e
Octal673320063107116216716
Binary1101111101110000011001110001111001110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371B10; }

 p { color: rgb(55,27,16); }

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

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

 a { background-color: rgb(55,27,16); }

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

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

 span { border-color: rgb(55,27,16); }

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