#3D340D

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

Shades of Mikado #3D340D

Tints of Mikado #3D340D

Color information

#3D340D (or 0x3D340D) is unknown color: approx Mikado. HEX triplet: 3D, 34 and 0D. RGB value is (61,52,13). Sum of RGB (Red+Green+Blue) = 61+52+13=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D340D is #C2CBF2. Grayscale: #323232. Windows color (decimal): -12766195 or 865341. OLE color: 865341.

HSL color Cylindrical-coordinate representation of color #3D340D: hue angle of 48.75º 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 #3D340D is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB615213-
CMYK00.150.790.76
HSL48.75º64.86%14.51%-
HSV(B)48.75º78.69%23.92%-
XYZ3.233.480.88-
YUV50.24106.98135.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=48.41%
G=41.27%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61521300.150.790.7648.7564.8614.51
Hex3D34D0F4F4C3141f
Octal7564150171171146110117
Binary1111011101001101011111001111100110011000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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