#3D2E09

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

Shades of Mikado #3D2E09

Tints of Mikado #3D2E09

Color information

#3D2E09 (or 0x3D2E09) is unknown color: approx Mikado. HEX triplet: 3D, 2E and 09. RGB value is (61,46,9). Sum of RGB (Red+Green+Blue) = 61+46+9=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E09 is #C2D1F6. Grayscale: #2E2E2E. Windows color (decimal): -12767735 or 601661. OLE color: 601661.

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

Color convert

RGB61469-
CMYK00.250.850.76
HSL42.69º74.29%13.73%-
HSV(B)42.69º85.25%23.92%-
XYZ2.952.970.68-
YUV46.27106.97138.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.59%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=52.59%
G=39.66%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6146900.250.850.7642.6974.2913.73
Hex3D2E9019554C2b4ae
Octal7556110311251145311216
Binary11110110111010010110011010101100110010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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