#483409

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

Shades of Mikado #483409

Tints of Mikado #483409

Color information

#483409 (or 0x483409) is unknown color: approx Mikado. HEX triplet: 48, 34 and 09. RGB value is (72,52,9). Sum of RGB (Red+Green+Blue) = 72+52+9=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483409 is #B7CBF6. Grayscale: #353535. Windows color (decimal): -12045303 or 603208. OLE color: 603208.

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

Color convert

RGB72529-
CMYK00.280.880.72
HSL40.95º77.78%15.88%-
HSV(B)40.95º87.5%28.24%-
XYZ3.953.850.79-
YUV53.08103.13141.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=54.14%
G=39.10%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252900.280.880.7240.9577.7815.88
Hex4834901C5848294e10
Octal11064110341301105111620
Binary1001000110100100101110010110001001000101001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483409; }

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

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

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

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

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

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

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

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