#423110

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

Shades of Mikado #423110

Tints of Mikado #423110

Color information

#423110 (or 0x423110) is unknown color: approx Mikado. HEX triplet: 42, 31 and 10. RGB value is (66,49,16). Sum of RGB (Red+Green+Blue) = 66+49+16=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423110 is #BDCEEF. Grayscale: #323232. Windows color (decimal): -12439280 or 1061186. OLE color: 1061186.

HSL color Cylindrical-coordinate representation of color #423110: hue angle of 39.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423110 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB664916-
CMYK00.260.760.74
HSL39.6º60.98%16.08%-
HSV(B)39.6º75.76%25.88%-
XYZ3.443.390.96-
YUV50.32108.63139.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=50.38%
G=37.40%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66491600.260.760.7439.660.9816.08
Hex42311001A4C4A283d10
Octal1026120032114112507520
Binary1000010110001100000110101001100100101010100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423110; }

 p { color: rgb(66,49,16); }

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

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

 a { background-color: rgb(66,49,16); }

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

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

 span { border-color: rgb(66,49,16); }

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