#482B18

Color #482B18 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #482B18

Tints of Morocco Brown #482B18

Color information

#482B18 (or 0x482B18) is unknown color: approx Morocco Brown. HEX triplet: 48, 2B and 18. RGB value is (72,43,24). Sum of RGB (Red+Green+Blue) = 72+43+24=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B18 is #B7D4E7. Grayscale: #313131. Windows color (decimal): -12047592 or 1583944. OLE color: 1583944.

HSL color Cylindrical-coordinate representation of color #482B18: hue angle of 23.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482B18 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB724324-
CMYK00.400.670.72
HSL23.75º50%18.82%-
HSV(B)23.75º66.67%28.24%-
XYZ3.73.171.28-
YUV49.5113.61144.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=51.80%
G=30.94%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72432400.400.670.7223.755018.82
Hex482B180284348183213
Octal1105330050103110306223
Binary1001000101011110000101000100001110010001100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482B18; }

 p { color: rgb(72,43,24); }

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

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

 a { background-color: rgb(72,43,24); }

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

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

 span { border-color: rgb(72,43,24); }

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