#483613

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

Shades of Mikado #483613

Tints of Mikado #483613

Color information

#483613 (or 0x483613) is unknown color: approx Mikado. HEX triplet: 48, 36 and 13. RGB value is (72,54,19). Sum of RGB (Red+Green+Blue) = 72+54+19=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483613 is #B7C9EC. Grayscale: #373737. Windows color (decimal): -12044781 or 1259080. OLE color: 1259080.

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

Color convert

RGB725419-
CMYK00.250.740.72
HSL39.62º58.24%17.84%-
HSV(B)39.62º73.61%28.24%-
XYZ4.114.061.18-
YUV55.39107.46139.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=49.66%
G=37.24%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72541900.250.740.7239.6258.2417.84
Hex4836130194A48283a12
Octal1106623031112110507222
Binary1001000110110100110110011001010100100010100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483613; }

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

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

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

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

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

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

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

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