#3D330C

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

Shades of Mikado #3D330C

Tints of Mikado #3D330C

Color information

#3D330C (or 0x3D330C) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 0C. RGB value is (61,51,12). Sum of RGB (Red+Green+Blue) = 61+51+12=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D330C is #C2CCF3. Grayscale: #313131. Windows color (decimal): -12766452 or 799549. OLE color: 799549.

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

Color convert

RGB615112-
CMYK00.160.800.76
HSL47.76º67.12%14.31%-
HSV(B)47.76º80.33%23.92%-
XYZ3.173.390.83-
YUV49.54106.81136.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=49.19%
G=41.13%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61511200.160.800.7647.7667.1214.31
Hex3D33C010504C3043e
Octal7563140201201146010316
Binary11110111001111000100001010000100110011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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