#423418

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

Shades of Mikado #423418

Tints of Mikado #423418

Color information

#423418 (or 0x423418) is unknown color: approx Mikado. HEX triplet: 42, 34 and 18. RGB value is (66,52,24). Sum of RGB (Red+Green+Blue) = 66+52+24=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #423418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423418 is #BDCBE7. Grayscale: #353535. Windows color (decimal): -12438504 or 1586242. OLE color: 1586242.

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

Color convert

RGB665224-
CMYK00.210.640.74
HSL40º46.67%17.65%-
HSV(B)40º63.64%25.88%-
XYZ3.643.681.38-
YUV52.99111.64137.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=46.48%
G=36.62%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66522400.210.640.744046.6717.65
Hex423418015404A282f12
Octal1026430025100112505722
Binary1000010110100110000101011000000100101010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423418; }

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

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

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

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

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

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

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

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