#3D300C

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

Shades of Mikado #3D300C

Tints of Mikado #3D300C

Color information

#3D300C (or 0x3D300C) is unknown color: approx Mikado. HEX triplet: 3D, 30 and 0C. RGB value is (61,48,12). Sum of RGB (Red+Green+Blue) = 61+48+12=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D300C is #C2CFF3. Grayscale: #2F2F2F. Windows color (decimal): -12767220 or 798781. OLE color: 798781.

HSL color Cylindrical-coordinate representation of color #3D300C: hue angle of 44.08º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D300C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB614812-
CMYK00.210.800.76
HSL44.08º67.12%14.31%-
HSV(B)44.08º80.33%23.92%-
XYZ3.053.130.79-
YUV47.78107.81137.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=50.41%
G=39.67%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61481200.210.800.7644.0867.1214.31
Hex3D30C015504C2c43e
Octal7560140251201145410316
Binary11110111000011000101011010000100110010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,12); }

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

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

 a { background-color: rgb(61,48,12); }

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

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

 span { border-color: rgb(61,48,12); }

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