#391C05

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

Shades of Brown Pod #391C05

Tints of Brown Pod #391C05

Color information

#391C05 (or 0x391C05) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 05. RGB value is (57,28,5). Sum of RGB (Red+Green+Blue) = 57+28+5=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C05 is #C6E3FA. Grayscale: #222222. Windows color (decimal): -13034491 or 334905. OLE color: 334905.

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

Color convert

RGB57285-
CMYK00.510.910.78
HSL26.54º83.87%12.16%-
HSV(B)26.54º91.23%22.35%-
XYZ2.131.710.36-
YUV34.05111.61144.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=63.33%
G=31.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5728500.510.910.7826.5483.8712.16
Hex391C50335B4E1b54c
Octal713450631331163312414
Binary111001111001010110011101101110011101101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391C05; }

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

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

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

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

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

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

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

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