#423413

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

Shades of Mikado #423413

Tints of Mikado #423413

Color information

#423413 (or 0x423413) is unknown color: approx Mikado. HEX triplet: 42, 34 and 13. RGB value is (66,52,19). Sum of RGB (Red+Green+Blue) = 66+52+19=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423413 is #BDCBEC. Grayscale: #343434. Windows color (decimal): -12438509 or 1258562. OLE color: 1258562.

HSL color Cylindrical-coordinate representation of color #423413: hue angle of 42.13º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423413 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB665219-
CMYK00.210.710.74
HSL42.13º55.29%16.67%-
HSV(B)42.13º71.21%25.88%-
XYZ3.593.661.13-
YUV52.42109.14137.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=48.18%
G=37.96%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66521900.210.710.7442.1355.2916.67
Hex423413015474A2a3711
Octal1026423025107112526721
Binary1000010110100100110101011000111100101010101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423413; }

 p { color: rgb(66,52,19); }

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

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

 a { background-color: rgb(66,52,19); }

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

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

 span { border-color: rgb(66,52,19); }

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