#391905

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

Shades of Brown Pod #391905

Tints of Brown Pod #391905

Color information

#391905 (or 0x391905) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 05. RGB value is (57,25,5). Sum of RGB (Red+Green+Blue) = 57+25+5=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391905 is #C6E6FA. Grayscale: #202020. Windows color (decimal): -13035259 or 334137. OLE color: 334137.

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

Color convert

RGB57255-
CMYK00.560.910.78
HSL23.08º83.87%12.16%-
HSV(B)23.08º91.23%22.35%-
XYZ2.061.580.34-
YUV32.29112.6145.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=65.52%
G=28.74%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5725500.560.910.7823.0883.8712.16
Hex391950385B4E1754c
Octal713150701331162712414
Binary111001110011010111000101101110011101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391905; }

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

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

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

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

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

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

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

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