#3C1E16

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

Shades of Brown Pod #3C1E16

Tints of Brown Pod #3C1E16

Color information

#3C1E16 (or 0x3C1E16) is unknown color: approx Brown Pod. HEX triplet: 3C, 1E and 16. RGB value is (60,30,22). Sum of RGB (Red+Green+Blue) = 60+30+22=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1E16 is #C3E1E9. Grayscale: #262626. Windows color (decimal): -12837354 or 1449532. OLE color: 1449532.

HSL color Cylindrical-coordinate representation of color #3C1E16: hue angle of 12.63º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1E16 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB603022-
CMYK00.500.630.76
HSL12.63º46.34%16.08%-
HSV(B)12.63º63.33%23.53%-
XYZ2.471.951-
YUV38.06118.94143.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.57%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=53.57%
G=26.79%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60302200.500.630.7612.6346.3416.08
Hex3C1E160323F4Cd2e10
Octal74362606277114155620
Binary111100111101011001100101111111001100110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,30,22); }

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

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

 a { background-color: rgb(60,30,22); }

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

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

 span { border-color: rgb(60,30,22); }

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