#3C1709

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

Shades of Brown Pod #3C1709

Tints of Brown Pod #3C1709

Color information

#3C1709 (or 0x3C1709) is unknown color: approx Brown Pod. HEX triplet: 3C, 17 and 09. RGB value is (60,23,9). Sum of RGB (Red+Green+Blue) = 60+23+9=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1709 is #C3E8F6. Grayscale: #202020. Windows color (decimal): -12839159 or 595772. OLE color: 595772.

HSL color Cylindrical-coordinate representation of color #3C1709: hue angle of 16.47º 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 #3C1709 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB60239-
CMYK00.620.850.76
HSL16.47º73.91%13.53%-
HSV(B)16.47º85%23.53%-
XYZ2.221.590.45-
YUV32.47114.76147.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.22%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=65.22%
G=25%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6023900.620.850.7616.4773.9113.53
Hex3C17903E554C104ae
Octal7427110761251142011216
Binary1111001011110010111110101010110011001000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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