#423010

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

Shades of Mikado #423010

Tints of Mikado #423010

Color information

#423010 (or 0x423010) is unknown color: approx Mikado. HEX triplet: 42, 30 and 10. RGB value is (66,48,16). Sum of RGB (Red+Green+Blue) = 66+48+16=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423010 is #BDCFEF. Grayscale: #313131. Windows color (decimal): -12439536 or 1060930. OLE color: 1060930.

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

Color convert

RGB664816-
CMYK00.270.760.74
HSL38.4º60.98%16.08%-
HSV(B)38.4º75.76%25.88%-
XYZ3.43.310.95-
YUV49.73108.96139.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=50.77%
G=36.92%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66481600.270.760.7438.460.9816.08
Hex42301001B4C4A263d10
Octal1026020033114112467520
Binary1000010110000100000110111001100100101010011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423010; }

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

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

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

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

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

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

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

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