#391805

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

Shades of Brown Pod #391805

Tints of Brown Pod #391805

Color information

#391805 (or 0x391805) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 05. RGB value is (57,24,5). Sum of RGB (Red+Green+Blue) = 57+24+5=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391805 is #C6E7FA. Grayscale: #1F1F1F. Windows color (decimal): -13035515 or 333881. OLE color: 333881.

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

Color convert

RGB57245-
CMYK00.580.910.78
HSL21.92º83.87%12.16%-
HSV(B)21.92º91.23%22.35%-
XYZ2.041.530.33-
YUV31.7112.93146.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=66.28%
G=27.91%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5724500.580.910.7821.9283.8712.16
Hex3918503A5B4E1654c
Octal713050721331162612414
Binary111001110001010111010101101110011101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391805; }

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

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

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

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

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

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

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

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