#3F320F

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

Shades of Mikado #3F320F

Tints of Mikado #3F320F

Color information

#3F320F (or 0x3F320F) is unknown color: approx Mikado. HEX triplet: 3F, 32 and 0F. RGB value is (63,50,15). Sum of RGB (Red+Green+Blue) = 63+50+15=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F320F is #C0CDF0. Grayscale: #323232. Windows color (decimal): -12635633 or 995903. OLE color: 995903.

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

Color convert

RGB635015-
CMYK00.210.760.75
HSL43.75º61.54%15.29%-
HSV(B)43.75º76.19%24.71%-
XYZ3.283.370.93-
YUV49.9108.31137.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=49.22%
G=39.06%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63501500.210.760.7543.7561.5415.29
Hex3F32F0154C4B2c3ef
Octal776217025114113547617
Binary1111111100101111010101100110010010111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,15); }

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

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

 a { background-color: rgb(63,50,15); }

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

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

 span { border-color: rgb(63,50,15); }

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