#3E3016

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

Shades of Mikado #3E3016

Tints of Mikado #3E3016

Color information

#3E3016 (or 0x3E3016) is unknown color: approx Mikado. HEX triplet: 3E, 30 and 16. RGB value is (62,48,22). Sum of RGB (Red+Green+Blue) = 62+48+22=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3016 is #C1CFE9. Grayscale: #313131. Windows color (decimal): -12701674 or 1454142. OLE color: 1454142.

HSL color Cylindrical-coordinate representation of color #3E3016: hue angle of 39º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3016 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB624822-
CMYK00.230.650.76
HSL39º47.62%16.47%-
HSV(B)39º64.52%24.31%-
XYZ3.193.21.21-
YUV49.22112.64137.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=46.97%
G=36.36%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62482200.230.650.763947.6216.47
Hex3E3016017414C273010
Octal766026027101114476020
Binary111110110000101100101111000001100110010011111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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