#423510

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

Shades of Mikado #423510

Tints of Mikado #423510

Color information

#423510 (or 0x423510) is unknown color: approx Mikado. HEX triplet: 42, 35 and 10. RGB value is (66,53,16). Sum of RGB (Red+Green+Blue) = 66+53+16=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423510 is #BDCAEF. Grayscale: #343434. Windows color (decimal): -12438256 or 1062210. OLE color: 1062210.

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

Color convert

RGB665316-
CMYK00.200.760.74
HSL44.4º60.98%16.08%-
HSV(B)44.4º75.76%25.88%-
XYZ3.613.741.02-
YUV52.67107.31137.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=48.89%
G=39.26%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66531600.200.760.7444.460.9816.08
Hex4235100144C4A2c3d10
Octal1026520024114112547520
Binary1000010110101100000101001001100100101010110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423510; }

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

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

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

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

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

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

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

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