#483407

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

Shades of Mikado #483407

Tints of Mikado #483407

Color information

#483407 (or 0x483407) is unknown color: approx Mikado. HEX triplet: 48, 34 and 07. RGB value is (72,52,7). Sum of RGB (Red+Green+Blue) = 72+52+7=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483407 is #B7CBF8. Grayscale: #353535. Windows color (decimal): -12045305 or 472136. OLE color: 472136.

HSL color Cylindrical-coordinate representation of color #483407: hue angle of 41.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483407 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72527-
CMYK00.280.900.72
HSL41.54º82.28%15.49%-
HSV(B)41.54º90.28%28.24%-
XYZ3.943.850.74-
YUV52.85102.13141.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=54.96%
G=39.69%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252700.280.900.7241.5482.2815.49
Hex4834701C5A482a52f
Octal1106470341321105212217
Binary10010001101001110111001011010100100010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483407; }

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

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

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

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

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

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

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

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