#42350A

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

Shades of Mikado #42350A

Tints of Mikado #42350A

Color information

#42350A (or 0x42350A) is unknown color: approx Mikado. HEX triplet: 42, 35 and 0A. RGB value is (66,53,10). Sum of RGB (Red+Green+Blue) = 66+53+10=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42350A is #BDCAF5. Grayscale: #343434. Windows color (decimal): -12438262 or 668994. OLE color: 668994.

HSL color Cylindrical-coordinate representation of color #42350A: hue angle of 46.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42350A is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB665310-
CMYK00.200.850.74
HSL46.07º73.68%14.9%-
HSV(B)46.07º84.85%25.88%-
XYZ3.573.730.82-
YUV51.98104.31138-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=51.16%
G=41.09%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66531000.200.850.7446.0773.6814.9
Hex4235A014554A2e4af
Octal10265120241251125611217
Binary100001011010110100101001010101100101010111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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