#371700

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

Shades of Brown Pod #371700

Tints of Brown Pod #371700

Color information

#371700 (or 0x371700) is unknown color: approx Brown Pod. HEX triplet: 37, 17 and 00. RGB value is (55,23,0). Sum of RGB (Red+Green+Blue) = 55+23+0=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371700 is #C8E8FF. Grayscale: #1E1E1E. Windows color (decimal): -13166848 or 5943. OLE color: 5943.

HSL color Cylindrical-coordinate representation of color #371700: hue angle of 25.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB55230-
CMYK00.5810.78
HSL25.09º100%10.78%-
HSV(B)25.09º100%21.57%-
XYZ1.881.430.18-
YUV29.95111.1145.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 70.51%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.51%
G=29.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523000.5810.7825.0910010.78
Hex3717003A644E1964b
Octal672700721441163114413
Binary1101111011100111010110010010011101100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371700; }

 p { color: rgb(55,23,0); }

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

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

 a { background-color: rgb(55,23,0); }

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

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

 span { border-color: rgb(55,23,0); }

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