#3C2118

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

Shades of Brown Pod #3C2118

Tints of Brown Pod #3C2118

Color information

#3C2118 (or 0x3C2118) is unknown color: approx Brown Pod. HEX triplet: 3C, 21 and 18. RGB value is (60,33,24). Sum of RGB (Red+Green+Blue) = 60+33+24=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2118 is #C3DEE7. Grayscale: #282828. Windows color (decimal): -12836584 or 1581372. OLE color: 1581372.

HSL color Cylindrical-coordinate representation of color #3C2118: hue angle of 15º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2118 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB603324-
CMYK00.450.600.76
HSL15º42.86%16.47%-
HSV(B)15º60%23.53%-
XYZ2.572.111.14-
YUV40.05118.95142.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=51.28%
G=28.21%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60332400.450.600.761542.8616.47
Hex3C211802D3C4Cf2b10
Octal74413005574114175320
Binary1111001000011100001011011111001001100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,24); }

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

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

 a { background-color: rgb(60,33,24); }

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

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

 span { border-color: rgb(60,33,24); }

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