#423513

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

Shades of Mikado #423513

Tints of Mikado #423513

Color information

#423513 (or 0x423513) is unknown color: approx Mikado. HEX triplet: 42, 35 and 13. RGB value is (66,53,19). Sum of RGB (Red+Green+Blue) = 66+53+19=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423513 is #BDCAEC. Grayscale: #353535. Windows color (decimal): -12438253 or 1258818. OLE color: 1258818.

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

Color convert

RGB665319-
CMYK00.200.710.74
HSL43.4º55.29%16.67%-
HSV(B)43.4º71.21%25.88%-
XYZ3.643.751.15-
YUV53.01108.81137.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=47.83%
G=38.41%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66531900.200.710.7443.455.2916.67
Hex423513014474A2b3711
Octal1026523024107112536721
Binary1000010110101100110101001000111100101010101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423513; }

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

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

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

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

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

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

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

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