#483401

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

Shades of Mikado #483401

Tints of Mikado #483401

Color information

#483401 (or 0x483401) is unknown color: approx Mikado. HEX triplet: 48, 34 and 01. RGB value is (72,52,1). Sum of RGB (Red+Green+Blue) = 72+52+1=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483401 is #B7CBFE. Grayscale: #343434. Windows color (decimal): -12045311 or 78920. OLE color: 78920.

HSL color Cylindrical-coordinate representation of color #483401: hue angle of 43.1º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #483401 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72521-
CMYK00.280.990.72
HSL43.1º97.26%14.31%-
HSV(B)43.1º98.61%28.24%-
XYZ3.913.840.56-
YUV52.1799.13142.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=57.6%
G=41.6%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252100.280.990.7243.197.2614.31
Hex4834101C63482b61e
Octal1106410341431105314116
Binary100100011010010111001100011100100010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483401; }

 p { color: rgb(72,52,1); }

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

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

 a { background-color: rgb(72,52,1); }

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

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

 span { border-color: rgb(72,52,1); }

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