#391800

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

Shades of Brown Pod #391800

Tints of Brown Pod #391800

Color information

#391800 (or 0x391800) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 00. RGB value is (57,24,0). Sum of RGB (Red+Green+Blue) = 57+24+0=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #391800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391800 is #C6E7FF. Grayscale: #1F1F1F. Windows color (decimal): -13035520 or 6201. OLE color: 6201.

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

Color convert

RGB57240-
CMYK00.5810.78
HSL25.26º100%11.18%-
HSV(B)25.26º100%22.35%-
XYZ2.011.520.19-
YUV31.13110.43146.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.37%
G=29.63%
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
Decimal5724000.5810.7825.2610011.18
Hex3918003A644E1964b
Octal713000721441163114413
Binary1110011100000111010110010010011101100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391800; }

 p { color: rgb(57,24,0); }

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

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

 a { background-color: rgb(57,24,0); }

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

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

 span { border-color: rgb(57,24,0); }

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