#483717

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

Shades of Mikado #483717

Tints of Mikado #483717

Color information

#483717 (or 0x483717) is unknown color: approx Mikado. HEX triplet: 48, 37 and 17. RGB value is (72,55,23). Sum of RGB (Red+Green+Blue) = 72+55+23=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483717 is #B7C8E8. Grayscale: #383838. Windows color (decimal): -12044521 or 1521480. OLE color: 1521480.

HSL color Cylindrical-coordinate representation of color #483717: hue angle of 39.18º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483717 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB725523-
CMYK00.240.680.72
HSL39.18º51.58%18.63%-
HSV(B)39.18º68.06%28.24%-
XYZ4.194.171.39-
YUV56.43109.13139.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=48%
G=36.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552300.240.680.7239.1851.5818.63
Hex4837170184448273413
Octal1106727030104110476423
Binary1001000110111101110110001000100100100010011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483717; }

 p { color: rgb(72,55,23); }

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

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

 a { background-color: rgb(72,55,23); }

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

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

 span { border-color: rgb(72,55,23); }

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