#371607

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

Shades of Brown Pod #371607

Tints of Brown Pod #371607

Color information

#371607 (or 0x371607) is unknown color: approx Brown Pod. HEX triplet: 37, 16 and 07. RGB value is (55,22,7). Sum of RGB (Red+Green+Blue) = 55+22+7=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371607 is #C8E9F8. Grayscale: #1E1E1E. Windows color (decimal): -13167097 or 464439. OLE color: 464439.

HSL color Cylindrical-coordinate representation of color #371607: hue angle of 18.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371607 is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB55227-
CMYK00.60.870.78
HSL18.75º77.42%12.16%-
HSV(B)18.75º87.27%21.57%-
XYZ1.91.40.37-
YUV30.16114.93145.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=65.48%
G=26.19%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522700.60.870.7818.7577.4212.16
Hex3716703C574E134dc
Octal672670741271162311514
Binary110111101101110111100101011110011101001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371607; }

 p { color: rgb(55,22,7); }

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

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

 a { background-color: rgb(55,22,7); }

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

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

 span { border-color: rgb(55,22,7); }

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