#423101

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

Shades of Mikado #423101

Tints of Mikado #423101

Color information

#423101 (or 0x423101) is unknown color: approx Mikado. HEX triplet: 42, 31 and 01. RGB value is (66,49,1). Sum of RGB (Red+Green+Blue) = 66+49+1=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #423101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423101 is #BDCEFE. Grayscale: #303030. Windows color (decimal): -12439295 or 78146. OLE color: 78146.

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

Color convert

RGB66491-
CMYK00.260.980.74
HSL44.31º97.01%13.14%-
HSV(B)44.31º98.48%25.88%-
XYZ3.353.360.5-
YUV48.61101.13140.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=56.90%
G=42.24%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6649100.260.980.7444.3197.0113.14
Hex4231101A624A2c61d
Octal1026110321421125414115
Binary100001011000110110101100010100101010110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423101; }

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

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

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

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

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

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

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

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