#423205

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

Shades of Mikado #423205

Tints of Mikado #423205

Color information

#423205 (or 0x423205) is unknown color: approx Mikado. HEX triplet: 42, 32 and 05. RGB value is (66,50,5). Sum of RGB (Red+Green+Blue) = 66+50+5=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423205 is #BDCDFA. Grayscale: #313131. Windows color (decimal): -12439035 or 340546. OLE color: 340546.

HSL color Cylindrical-coordinate representation of color #423205: hue angle of 44.26º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #423205 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB66505-
CMYK00.240.920.74
HSL44.26º85.92%13.92%-
HSV(B)44.26º92.42%25.88%-
XYZ3.413.450.63-
YUV49.65102.8139.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=54.55%
G=41.32%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6650500.240.920.7444.2685.9213.92
Hex423250185C4A2c56e
Octal1026250301341125412616
Binary10000101100101010110001011100100101010110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423205; }

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

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

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

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

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

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

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

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