#3C3309

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

Shades of Mikado #3C3309

Tints of Mikado #3C3309

Color information

#3C3309 (or 0x3C3309) is unknown color: approx Mikado. HEX triplet: 3C, 33 and 09. RGB value is (60,51,9). Sum of RGB (Red+Green+Blue) = 60+51+9=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3309 is #C3CCF6. Grayscale: #313131. Windows color (decimal): -12831991 or 602940. OLE color: 602940.

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

Color convert

RGB60519-
CMYK00.150.850.76
HSL49.41º73.91%13.53%-
HSV(B)49.41º85%23.53%-
XYZ3.13.350.74-
YUV48.9105.48135.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=50%
G=42.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6051900.150.850.7649.4173.9113.53
Hex3C3390F554C314ae
Octal7463110171251146111216
Binary1111001100111001011111010101100110011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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