#3F2E0A

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

Shades of Mikado #3F2E0A

Tints of Mikado #3F2E0A

Color information

#3F2E0A (or 0x3F2E0A) is unknown color: approx Mikado. HEX triplet: 3F, 2E and 0A. RGB value is (63,46,10). Sum of RGB (Red+Green+Blue) = 63+46+10=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E0A is #C0D1F5. Grayscale: #2F2F2F. Windows color (decimal): -12636662 or 667199. OLE color: 667199.

HSL color Cylindrical-coordinate representation of color #3F2E0A: hue angle of 40.75º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F2E0A is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB634610-
CMYK00.270.840.75
HSL40.75º72.6%14.31%-
HSV(B)40.75º84.13%24.71%-
XYZ3.083.030.71-
YUV46.98107.13139.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=52.94%
G=38.66%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63461000.270.840.7540.7572.614.31
Hex3F2EA01B544B2949e
Octal7756120331241135111116
Binary11111110111010100110111010100100101110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,46,10); }

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

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

 a { background-color: rgb(63,46,10); }

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

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

 span { border-color: rgb(63,46,10); }

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