#3C1C15

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

Shades of Brown Pod #3C1C15

Tints of Brown Pod #3C1C15

Color information

#3C1C15 (or 0x3C1C15) is unknown color: approx Brown Pod. HEX triplet: 3C, 1C and 15. RGB value is (60,28,21). Sum of RGB (Red+Green+Blue) = 60+28+21=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1C15 is #C3E3EA. Grayscale: #242424. Windows color (decimal): -12837867 or 1383484. OLE color: 1383484.

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

Color convert

RGB602821-
CMYK00.530.650.76
HSL10.77º48.15%15.88%-
HSV(B)10.77º65%23.53%-
XYZ2.411.850.94-
YUV36.77119.1144.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.05%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=55.05%
G=25.69%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60282100.530.650.7610.7748.1515.88
Hex3C1C15035414Cb3010
Octal743425065101114136020
Binary1111001110010101011010110000011001100101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,28,21); }

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

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

 a { background-color: rgb(60,28,21); }

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

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

 span { border-color: rgb(60,28,21); }

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