#371B05

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

Shades of Brown Pod #371B05

Tints of Brown Pod #371B05

Color information

#371B05 (or 0x371B05) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 05. RGB value is (55,27,5). Sum of RGB (Red+Green+Blue) = 55+27+5=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B05 is #C8E4FA. Grayscale: #202020. Windows color (decimal): -13165819 or 334647. OLE color: 334647.

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

Color convert

RGB55275-
CMYK00.510.910.78
HSL26.4º83.33%11.76%-
HSV(B)26.4º90.91%21.57%-
XYZ1.991.610.35-
YUV32.86112.28143.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=63.22%
G=31.03%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5527500.510.910.7826.483.3311.76
Hex371B50335B4E1a53c
Octal673350631331163212314
Binary110111110111010110011101101110011101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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