#3E3003

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

Shades of Mikado #3E3003

Tints of Mikado #3E3003

Color information

#3E3003 (or 0x3E3003) is unknown color: approx Mikado. HEX triplet: 3E, 30 and 03. RGB value is (62,48,3). Sum of RGB (Red+Green+Blue) = 62+48+3=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3003 is #C1CFFC. Grayscale: #2F2F2F. Windows color (decimal): -12701693 or 208958. OLE color: 208958.

HSL color Cylindrical-coordinate representation of color #3E3003: hue angle of 45.76º 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 #3E3003 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB62483-
CMYK00.230.950.76
HSL45.76º90.77%12.75%-
HSV(B)45.76º95.16%24.31%-
XYZ3.063.140.53-
YUV47.06103.14138.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=54.87%
G=42.48%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6248300.230.950.7645.7690.7712.75
Hex3E3030175F4C2e5bd
Octal766030271371145613315
Binary111110110000110101111011111100110010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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