#3D3309

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

Shades of Mikado #3D3309

Tints of Mikado #3D3309

Color information

#3D3309 (or 0x3D3309) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 09. RGB value is (61,51,9). Sum of RGB (Red+Green+Blue) = 61+51+9=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3309 is #C2CCF6. Grayscale: #313131. Windows color (decimal): -12766455 or 602941. OLE color: 602941.

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

Color convert

RGB61519-
CMYK00.160.850.76
HSL48.46º74.29%13.73%-
HSV(B)48.46º85.25%23.92%-
XYZ3.163.380.74-
YUV49.2105.31136.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=50.41%
G=42.15%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151900.160.850.7648.4674.2913.73
Hex3D339010554C304ae
Octal7563110201251146011216
Binary11110111001110010100001010101100110011000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,9); }

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

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

 a { background-color: rgb(61,51,9); }

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

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

 span { border-color: rgb(61,51,9); }

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