#3E2F03

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

Shades of Mikado #3E2F03

Tints of Mikado #3E2F03

Color information

#3E2F03 (or 0x3E2F03) is unknown color: approx Mikado. HEX triplet: 3E, 2F and 03. RGB value is (62,47,3). Sum of RGB (Red+Green+Blue) = 62+47+3=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F03 is #C1D0FC. Grayscale: #2E2E2E. Windows color (decimal): -12701949 or 208702. OLE color: 208702.

HSL color Cylindrical-coordinate representation of color #3E2F03: hue angle of 44.75º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E2F03 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB62473-
CMYK00.240.950.76
HSL44.75º90.77%12.75%-
HSV(B)44.75º95.16%24.31%-
XYZ3.023.060.52-
YUV46.47103.47139.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=55.36%
G=41.96%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6247300.240.950.7644.7590.7712.75
Hex3E2F30185F4C2d5bd
Octal765730301371145513315
Binary111110101111110110001011111100110010110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,47,3); }

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

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

 a { background-color: rgb(62,47,3); }

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

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

 span { border-color: rgb(62,47,3); }

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