#371701

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

Shades of Brown Pod #371701

Tints of Brown Pod #371701

Color information

#371701 (or 0x371701) is unknown color: approx Brown Pod. HEX triplet: 37, 17 and 01. RGB value is (55,23,1). Sum of RGB (Red+Green+Blue) = 55+23+1=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371701 is #C8E8FE. Grayscale: #1E1E1E. Windows color (decimal): -13166847 or 71479. OLE color: 71479.

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

Color convert

RGB55231-
CMYK00.580.980.78
HSL24.44º96.43%10.98%-
HSV(B)24.44º98.18%21.57%-
XYZ1.891.430.2-
YUV30.06111.6145.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=69.62%
G=29.11%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523100.580.980.7824.4496.4310.98
Hex3717103A624E1860b
Octal672710721421163014013
Binary1101111011110111010110001010011101100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371701; }

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

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

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

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

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

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

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

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