#3D3408

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

Shades of Mikado #3D3408

Tints of Mikado #3D3408

Color information

#3D3408 (or 0x3D3408) is unknown color: approx Mikado. HEX triplet: 3D, 34 and 08. RGB value is (61,52,8). Sum of RGB (Red+Green+Blue) = 61+52+8=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3408 is #C2CBF7. Grayscale: #313131. Windows color (decimal): -12766200 or 537661. OLE color: 537661.

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

Color convert

RGB61528-
CMYK00.150.870.76
HSL49.81º76.81%13.53%-
HSV(B)49.81º86.89%23.92%-
XYZ3.23.470.73-
YUV49.68104.48136.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=50.41%
G=42.98%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6152800.150.870.7649.8176.8113.53
Hex3D3480F574C324de
Octal7564100171271146211516
Binary1111011101001000011111010111100110011001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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