#423518

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

Shades of Mikado #423518

Tints of Mikado #423518

Color information

#423518 (or 0x423518) is unknown color: approx Mikado. HEX triplet: 42, 35 and 18. RGB value is (66,53,24). Sum of RGB (Red+Green+Blue) = 66+53+24=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423518 is #BDCAE7. Grayscale: #353535. Windows color (decimal): -12438248 or 1586498. OLE color: 1586498.

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

Color convert

RGB665324-
CMYK00.200.640.74
HSL41.43º46.67%17.65%-
HSV(B)41.43º63.64%25.88%-
XYZ3.683.771.4-
YUV53.58111.31136.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=46.15%
G=37.06%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66532400.200.640.7441.4346.6717.65
Hex423518014404A292f12
Octal1026530024100112515722
Binary1000010110101110000101001000000100101010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423518; }

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

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

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

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

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

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

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

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