#3D2E13

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

Shades of Mikado #3D2E13

Tints of Mikado #3D2E13

Color information

#3D2E13 (or 0x3D2E13) is unknown color: approx Mikado. HEX triplet: 3D, 2E and 13. RGB value is (61,46,19). Sum of RGB (Red+Green+Blue) = 61+46+19=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E13 is #C2D1EC. Grayscale: #2F2F2F. Windows color (decimal): -12767725 or 1257021. OLE color: 1257021.

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

Color convert

RGB614619-
CMYK00.250.690.76
HSL38.57º52.5%15.69%-
HSV(B)38.57º68.85%23.92%-
XYZ3.022.991.03-
YUV47.41111.97137.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=48.41%
G=36.51%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61461900.250.690.7638.5752.515.69
Hex3D2E13019454C273410
Octal755623031105114476420
Binary111101101110100110110011000101100110010011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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