#42350E

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

Shades of Mikado #42350E

Tints of Mikado #42350E

Color information

#42350E (or 0x42350E) is unknown color: approx Mikado. HEX triplet: 42, 35 and 0E. RGB value is (66,53,14). Sum of RGB (Red+Green+Blue) = 66+53+14=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42350E is #BDCAF1. Grayscale: #343434. Windows color (decimal): -12438258 or 931138. OLE color: 931138.

HSL color Cylindrical-coordinate representation of color #42350E: hue angle of 45º 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 #42350E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB665314-
CMYK00.200.790.74
HSL45º65%15.69%-
HSV(B)45º78.79%25.88%-
XYZ3.63.740.95-
YUV52.44106.31137.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=49.62%
G=39.85%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66531400.200.790.74456515.69
Hex4235E0144F4A2d4110
Octal10265160241171125510120
Binary1000010110101111001010010011111001010101101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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