#3D2F14

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

Shades of Mikado #3D2F14

Tints of Mikado #3D2F14

Color information

#3D2F14 (or 0x3D2F14) is unknown color: approx Mikado. HEX triplet: 3D, 2F and 14. RGB value is (61,47,20). Sum of RGB (Red+Green+Blue) = 61+47+20=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2F14 is #C2D0EB. Grayscale: #303030. Windows color (decimal): -12767468 or 1322813. OLE color: 1322813.

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

Color convert

RGB614720-
CMYK00.230.670.76
HSL39.51º50.62%15.88%-
HSV(B)39.51º67.21%23.92%-
XYZ3.073.081.09-
YUV48.11112.14137.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=47.66%
G=36.72%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61472000.230.670.7639.5150.6215.88
Hex3D2F14017434C283310
Octal755724027103114506320
Binary111101101111101000101111000011100110010100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,20); }

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

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

 a { background-color: rgb(61,47,20); }

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

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

 span { border-color: rgb(61,47,20); }

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