#423416

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

Shades of Mikado #423416

Tints of Mikado #423416

Color information

#423416 (or 0x423416) is unknown color: approx Mikado. HEX triplet: 42, 34 and 16. RGB value is (66,52,22). Sum of RGB (Red+Green+Blue) = 66+52+22=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423416 is #BDCBE9. Grayscale: #343434. Windows color (decimal): -12438506 or 1455170. OLE color: 1455170.

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

Color convert

RGB665222-
CMYK00.210.670.74
HSL40.91º50%17.25%-
HSV(B)40.91º66.67%25.88%-
XYZ3.623.671.28-
YUV52.77110.64137.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=47.14%
G=37.14%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66522200.210.670.7440.915017.25
Hex423416015434A293211
Octal1026426025103112516221
Binary1000010110100101100101011000011100101010100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423416; }

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

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

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

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

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

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

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

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