#483307

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

Shades of Mikado #483307

Tints of Mikado #483307

Color information

#483307 (or 0x483307) is unknown color: approx Mikado. HEX triplet: 48, 33 and 07. RGB value is (72,51,7). Sum of RGB (Red+Green+Blue) = 72+51+7=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483307 is #B7CCF8. Grayscale: #343434. Windows color (decimal): -12045561 or 471880. OLE color: 471880.

HSL color Cylindrical-coordinate representation of color #483307: hue angle of 40.62º 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 #483307 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72517-
CMYK00.290.900.72
HSL40.62º82.28%15.49%-
HSV(B)40.62º90.28%28.24%-
XYZ3.893.760.72-
YUV52.26102.46142.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=55.38%
G=39.23%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251700.290.900.7240.6282.2815.49
Hex4833701D5A482952f
Octal1106370351321105112217
Binary10010001100111110111011011010100100010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483307; }

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

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

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

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

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

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

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

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