#3D321C

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

Shades of Mikado #3D321C

Tints of Mikado #3D321C

Color information

#3D321C (or 0x3D321C) is unknown color: approx Mikado. HEX triplet: 3D, 32 and 1C. RGB value is (61,50,28). Sum of RGB (Red+Green+Blue) = 61+50+28=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D321C is #C2CDE3. Grayscale: #323232. Windows color (decimal): -12766692 or 1847869. OLE color: 1847869.

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

Color convert

RGB615028-
CMYK00.180.540.76
HSL40º37.08%17.45%-
HSV(B)40º54.1%23.92%-
XYZ3.273.361.57-
YUV50.78115.14135.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.88%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=43.88%
G=35.97%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61502800.180.540.764037.0817.45
Hex3D321C012364C282511
Octal75623402266114504521
Binary11110111001011100010010110110100110010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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