#3C320A

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

Shades of Mikado #3C320A

Tints of Mikado #3C320A

Color information

#3C320A (or 0x3C320A) is unknown color: approx Mikado. HEX triplet: 3C, 32 and 0A. RGB value is (60,50,10). Sum of RGB (Red+Green+Blue) = 60+50+10=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C320A is #C3CDF5. Grayscale: #303030. Windows color (decimal): -12832246 or 668220. OLE color: 668220.

HSL color Cylindrical-coordinate representation of color #3C320A: hue angle of 48º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C320A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.76.

Color convert

RGB605010-
CMYK00.170.830.76
HSL48º71.43%13.73%-
HSV(B)48º83.33%23.53%-
XYZ3.063.260.76-
YUV48.43106.31136.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60501000.170.830.764871.4313.73
Hex3C32A011534C3047e
Octal7462120211231146010716
Binary11110011001010100100011010011100110011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,10); }

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

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

 a { background-color: rgb(60,50,10); }

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

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

 span { border-color: rgb(60,50,10); }

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