#3F330D

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

Shades of Mikado #3F330D

Tints of Mikado #3F330D

Color information

#3F330D (or 0x3F330D) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 0D. RGB value is (63,51,13). Sum of RGB (Red+Green+Blue) = 63+51+13=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F330D is #C0CCF2. Grayscale: #323232. Windows color (decimal): -12635379 or 865087. OLE color: 865087.

HSL color Cylindrical-coordinate representation of color #3F330D: hue angle of 45.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F330D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB635113-
CMYK00.190.790.75
HSL45.6º65.79%14.9%-
HSV(B)45.6º79.37%24.71%-
XYZ3.313.450.87-
YUV50.26106.98137.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=49.61%
G=40.16%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63511300.190.790.7545.665.7914.9
Hex3F33D0134F4B2e42f
Octal7763150231171135610217
Binary11111111001111010100111001111100101110111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,13); }

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

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

 a { background-color: rgb(63,51,13); }

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

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

 span { border-color: rgb(63,51,13); }

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