#3D2E12

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

Shades of Mikado #3D2E12

Tints of Mikado #3D2E12

Color information

#3D2E12 (or 0x3D2E12) is unknown color: approx Mikado. HEX triplet: 3D, 2E and 12. RGB value is (61,46,18). Sum of RGB (Red+Green+Blue) = 61+46+18=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E12 is #C2D1ED. Grayscale: #2F2F2F. Windows color (decimal): -12767726 or 1191485. OLE color: 1191485.

HSL color Cylindrical-coordinate representation of color #3D2E12: hue angle of 39.07º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D2E12 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB614618-
CMYK00.250.700.76
HSL39.07º54.43%15.49%-
HSV(B)39.07º70.49%23.92%-
XYZ3.012.990.99-
YUV47.29111.47137.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=48.8%
G=36.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61461800.250.700.7639.0754.4315.49
Hex3D2E12019464C2736f
Octal755622031106114476617
Binary11110110111010010011001100011010011001001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,18); }

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

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

 a { background-color: rgb(61,46,18); }

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

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

 span { border-color: rgb(61,46,18); }

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