#423216

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

Shades of Mikado #423216

Tints of Mikado #423216

Color information

#423216 (or 0x423216) is unknown color: approx Mikado. HEX triplet: 42, 32 and 16. RGB value is (66,50,22). Sum of RGB (Red+Green+Blue) = 66+50+22=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423216 is #BDCDE9. Grayscale: #333333. Windows color (decimal): -12439018 or 1454658. OLE color: 1454658.

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

Color convert

RGB665022-
CMYK00.240.670.74
HSL38.18º50%17.25%-
HSV(B)38.18º66.67%25.88%-
XYZ3.533.51.25-
YUV51.59111.3138.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=47.83%
G=36.23%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66502200.240.670.7438.185017.25
Hex423216018434A263211
Octal1026226030103112466221
Binary1000010110010101100110001000011100101010011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423216; }

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

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

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

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

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

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

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

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