#483611

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

Shades of Mikado #483611

Tints of Mikado #483611

Color information

#483611 (or 0x483611) is unknown color: approx Mikado. HEX triplet: 48, 36 and 11. RGB value is (72,54,17). Sum of RGB (Red+Green+Blue) = 72+54+17=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483611 is #B7C9EE. Grayscale: #373737. Windows color (decimal): -12044783 or 1128008. OLE color: 1128008.

HSL color Cylindrical-coordinate representation of color #483611: hue angle of 40.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483611 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB725417-
CMYK00.250.760.72
HSL40.36º61.8%17.45%-
HSV(B)40.36º76.39%28.24%-
XYZ4.094.061.1-
YUV55.16106.46140.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=50.35%
G=37.76%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72541700.250.760.7240.3661.817.45
Hex4836110194C48283e11
Octal1106621031114110507621
Binary1001000110110100010110011001100100100010100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483611; }

 p { color: rgb(72,54,17); }

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

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

 a { background-color: rgb(72,54,17); }

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

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

 span { border-color: rgb(72,54,17); }

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