#42360E

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

Shades of Mikado #42360E

Tints of Mikado #42360E

Color information

#42360E (or 0x42360E) is unknown color: approx Mikado. HEX triplet: 42, 36 and 0E. RGB value is (66,54,14). Sum of RGB (Red+Green+Blue) = 66+54+14=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42360E is #BDC9F1. Grayscale: #353535. Windows color (decimal): -12438002 or 931394. OLE color: 931394.

HSL color Cylindrical-coordinate representation of color #42360E: hue angle of 46.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42360E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB665414-
CMYK00.180.790.74
HSL46.15º65%15.69%-
HSV(B)46.15º78.79%25.88%-
XYZ3.653.830.96-
YUV53.03105.98137.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=49.25%
G=40.30%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66541400.180.790.7446.156515.69
Hex4236E0124F4A2e4110
Octal10266160221171125610120
Binary1000010110110111001001010011111001010101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42360E; }

 p { color: rgb(66,54,14); }

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

<style>
 a { background-color: #42360E; }

 a { background-color: rgb(66,54,14); }

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

<style>
 span { border-color: #42360E; }

 span { border-color: rgb(66,54,14); }

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