#423713

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

Shades of Mikado #423713

Tints of Mikado #423713

Color information

#423713 (or 0x423713) is unknown color: approx Mikado. HEX triplet: 42, 37 and 13. RGB value is (66,55,19). Sum of RGB (Red+Green+Blue) = 66+55+19=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423713 is #BDC8EC. Grayscale: #363636. Windows color (decimal): -12437741 or 1259330. OLE color: 1259330.

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

Color convert

RGB665519-
CMYK00.170.710.74
HSL45.96º55.29%16.67%-
HSV(B)45.96º71.21%25.88%-
XYZ3.733.941.18-
YUV54.18108.14136.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=47.14%
G=39.29%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66551900.170.710.7445.9655.2916.67
Hex423713011474A2e3711
Octal1026723021107112566721
Binary1000010110111100110100011000111100101010111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423713; }

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

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

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

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

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

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

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

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