#3C1909

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

Shades of Brown Pod #3C1909

Tints of Brown Pod #3C1909

Color information

#3C1909 (or 0x3C1909) is unknown color: approx Brown Pod. HEX triplet: 3C, 19 and 09. RGB value is (60,25,9). Sum of RGB (Red+Green+Blue) = 60+25+9=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1909 is #C3E6F6. Grayscale: #212121. Windows color (decimal): -12838647 or 596284. OLE color: 596284.

HSL color Cylindrical-coordinate representation of color #3C1909: hue angle of 18.82º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1909 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB60259-
CMYK00.580.850.76
HSL18.82º73.91%13.53%-
HSV(B)18.82º85%23.53%-
XYZ2.261.680.46-
YUV33.64114.1146.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=63.83%
G=26.60%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6025900.580.850.7618.8273.9113.53
Hex3C19903A554C134ae
Octal7431110721251142311216
Binary1111001100110010111010101010110011001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C1909; }

 p { color: rgb(60,25,9); }

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

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

 a { background-color: rgb(60,25,9); }

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

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

 span { border-color: rgb(60,25,9); }

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