#483207

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

Shades of Mikado #483207

Tints of Mikado #483207

Color information

#483207 (or 0x483207) is unknown color: approx Mikado. HEX triplet: 48, 32 and 07. RGB value is (72,50,7). Sum of RGB (Red+Green+Blue) = 72+50+7=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483207 is #B7CDF8. Grayscale: #333333. Windows color (decimal): -12045817 or 471624. OLE color: 471624.

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

Color convert

RGB72507-
CMYK00.310.900.72
HSL39.69º82.28%15.49%-
HSV(B)39.69º90.28%28.24%-
XYZ3.853.670.71-
YUV51.68102.79142.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 7 (3.12% from 255) = 5.43%
R=55.81%
G=38.76%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7250700.310.900.7239.6982.2815.49
Hex4832701F5A482852f
Octal1106270371321105012217
Binary10010001100101110111111011010100100010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483207; }

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

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

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

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

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

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

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

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