#3F350B

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

Shades of Mikado #3F350B

Tints of Mikado #3F350B

Color information

#3F350B (or 0x3F350B) is unknown color: approx Mikado. HEX triplet: 3F, 35 and 0B. RGB value is (63,53,11). Sum of RGB (Red+Green+Blue) = 63+53+11=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F350B is #C0CAF4. Grayscale: #333333. Windows color (decimal): -12634869 or 734527. OLE color: 734527.

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

Color convert

RGB635311-
CMYK00.160.830.75
HSL48.46º70.27%14.51%-
HSV(B)48.46º82.54%24.71%-
XYZ3.383.630.84-
YUV51.2105.31136.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=49.61%
G=41.73%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63531100.160.830.7548.4670.2714.51
Hex3F35B010534B3046f
Octal7765130201231136010617
Binary11111111010110110100001010011100101111000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,11); }

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

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

 a { background-color: rgb(63,53,11); }

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

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

 span { border-color: rgb(63,53,11); }

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