#3E2E08

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

Shades of Mikado #3E2E08

Tints of Mikado #3E2E08

Color information

#3E2E08 (or 0x3E2E08) is unknown color: approx Mikado. HEX triplet: 3E, 2E and 08. RGB value is (62,46,8). Sum of RGB (Red+Green+Blue) = 62+46+8=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2E08 is #C1D1F7. Grayscale: #2E2E2E. Windows color (decimal): -12702200 or 536126. OLE color: 536126.

HSL color Cylindrical-coordinate representation of color #3E2E08: hue angle of 42.22º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E2E08 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB62468-
CMYK00.260.870.76
HSL42.22º77.14%13.73%-
HSV(B)42.22º87.1%24.31%-
XYZ3.0130.65-
YUV46.45106.3139.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=53.45%
G=39.66%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6246800.260.870.7642.2277.1413.73
Hex3E2E801A574C2a4de
Octal7656100321271145211516
Binary11111010111010000110101010111100110010101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,8); }

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

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

 a { background-color: rgb(62,46,8); }

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

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

 span { border-color: rgb(62,46,8); }

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