#371807

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

Shades of Brown Pod #371807

Tints of Brown Pod #371807

Color information

#371807 (or 0x371807) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 07. RGB value is (55,24,7). Sum of RGB (Red+Green+Blue) = 55+24+7=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371807 is #C8E7F8. Grayscale: #1F1F1F. Windows color (decimal): -13166585 or 464951. OLE color: 464951.

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

Color convert

RGB55247-
CMYK00.560.870.78
HSL21.25º77.42%12.16%-
HSV(B)21.25º87.27%21.57%-
XYZ1.941.480.38-
YUV31.33114.27144.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=63.95%
G=27.91%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524700.560.870.7821.2577.4212.16
Hex37187038574E154dc
Octal673070701271162511514
Binary110111110001110111000101011110011101010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371807; }

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

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

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

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

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

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

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

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