#3D320D

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

Shades of Mikado #3D320D

Tints of Mikado #3D320D

Color information

#3D320D (or 0x3D320D) is unknown color: approx Mikado. HEX triplet: 3D, 32 and 0D. RGB value is (61,50,13). Sum of RGB (Red+Green+Blue) = 61+50+13=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D320D is #C2CDF2. Grayscale: #313131. Windows color (decimal): -12766707 or 864829. OLE color: 864829.

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

Color convert

RGB615013-
CMYK00.180.790.76
HSL46.25º64.86%14.51%-
HSV(B)46.25º78.69%23.92%-
XYZ3.143.30.85-
YUV49.07107.64136.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=49.19%
G=40.32%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61501300.180.790.7646.2564.8614.51
Hex3D32D0124F4C2e41f
Octal7562150221171145610117
Binary11110111001011010100101001111100110010111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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