#3D330F

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

Shades of Mikado #3D330F

Tints of Mikado #3D330F

Color information

#3D330F (or 0x3D330F) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 0F. RGB value is (61,51,15). Sum of RGB (Red+Green+Blue) = 61+51+15=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D330F is #C2CCF0. Grayscale: #323232. Windows color (decimal): -12766449 or 996157. OLE color: 996157.

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

Color convert

RGB615115-
CMYK00.160.750.76
HSL46.96º60.53%14.9%-
HSV(B)46.96º75.41%23.92%-
XYZ3.193.390.94-
YUV49.89108.31135.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.03%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=48.03%
G=40.16%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61511500.160.750.7646.9660.5314.9
Hex3D33F0104B4C2f3df
Octal756317020113114577517
Binary1111011100111111010000100101110011001011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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