#3F330E

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

Shades of Mikado #3F330E

Tints of Mikado #3F330E

Color information

#3F330E (or 0x3F330E) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 0E. RGB value is (63,51,14). Sum of RGB (Red+Green+Blue) = 63+51+14=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F330E is #C0CCF1. Grayscale: #323232. Windows color (decimal): -12635378 or 930623. OLE color: 930623.

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

Color convert

RGB635114-
CMYK00.190.780.75
HSL45.31º63.64%15.1%-
HSV(B)45.31º77.78%24.71%-
XYZ3.313.460.91-
YUV50.37107.48137.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=49.22%
G=39.84%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63511400.190.780.7545.3163.6415.1
Hex3F33E0134E4B2d40f
Octal7763160231161135510017
Binary11111111001111100100111001110100101110110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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