#423512

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

Shades of Mikado #423512

Tints of Mikado #423512

Color information

#423512 (or 0x423512) is unknown color: approx Mikado. HEX triplet: 42, 35 and 12. RGB value is (66,53,18). Sum of RGB (Red+Green+Blue) = 66+53+18=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423512 is #BDCAED. Grayscale: #353535. Windows color (decimal): -12438254 or 1193282. OLE color: 1193282.

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

Color convert

RGB665318-
CMYK00.200.730.74
HSL43.75º57.14%16.47%-
HSV(B)43.75º72.73%25.88%-
XYZ3.633.751.1-
YUV52.9108.31137.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=48.18%
G=38.69%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66531800.200.730.7443.7557.1416.47
Hex423512014494A2c3910
Octal1026522024111112547120
Binary1000010110101100100101001001001100101010110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423512; }

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

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

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

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

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

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

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

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