#483308

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

Shades of Mikado #483308

Tints of Mikado #483308

Color information

#483308 (or 0x483308) is unknown color: approx Mikado. HEX triplet: 48, 33 and 08. RGB value is (72,51,8). Sum of RGB (Red+Green+Blue) = 72+51+8=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483308 is #B7CCF7. Grayscale: #343434. Windows color (decimal): -12045560 or 537416. OLE color: 537416.

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

Color convert

RGB72518-
CMYK00.290.890.72
HSL40.31º80%15.69%-
HSV(B)40.31º88.89%28.24%-
XYZ3.93.760.75-
YUV52.38102.96142-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=54.96%
G=38.93%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251800.290.890.7240.318015.69
Hex4833801D5948285010
Octal11063100351311105012020
Binary1001000110011100001110110110011001000101000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483308; }

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

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

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

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

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

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

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

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