#3D321A

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

Shades of Mikado #3D321A

Tints of Mikado #3D321A

Color information

#3D321A (or 0x3D321A) is unknown color: approx Mikado. HEX triplet: 3D, 32 and 1A. RGB value is (61,50,26). Sum of RGB (Red+Green+Blue) = 61+50+26=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D321A is #C2CDE5. Grayscale: #323232. Windows color (decimal): -12766694 or 1716797. OLE color: 1716797.

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

Color convert

RGB615026-
CMYK00.180.570.76
HSL41.14º40.23%17.06%-
HSV(B)41.14º57.38%23.92%-
XYZ3.253.351.45-
YUV50.55114.14135.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=44.53%
G=36.50%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61502600.180.570.7641.1440.2317.06
Hex3D321A012394C292811
Octal75623202271114515021
Binary11110111001011010010010111001100110010100110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,26); }

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

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

 a { background-color: rgb(61,50,26); }

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

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

 span { border-color: rgb(61,50,26); }

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