#423113

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

Shades of Mikado #423113

Tints of Mikado #423113

Color information

#423113 (or 0x423113) is unknown color: approx Mikado. HEX triplet: 42, 31 and 13. RGB value is (66,49,19). Sum of RGB (Red+Green+Blue) = 66+49+19=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #423113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423113 is #BDCEEC. Grayscale: #323232. Windows color (decimal): -12439277 or 1257794. OLE color: 1257794.

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

Color convert

RGB664919-
CMYK00.260.710.74
HSL38.3º55.29%16.67%-
HSV(B)38.3º71.21%25.88%-
XYZ3.463.41.09-
YUV50.66110.13138.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=49.25%
G=36.57%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66491900.260.710.7438.355.2916.67
Hex42311301A474A263711
Octal1026123032107112466721
Binary1000010110001100110110101000111100101010011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423113; }

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

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

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

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

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

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

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

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