#48352B

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

Shades of Tobago #48352B

Tints of Tobago #48352B

Color information

#48352B (or 0x48352B) is unknown color: approx Tobago. HEX triplet: 48, 35 and 2B. RGB value is (72,53,43). Sum of RGB (Red+Green+Blue) = 72+53+43=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352B is #B7CAD4. Grayscale: #393939. Windows color (decimal): -12045013 or 2831688. OLE color: 2831688.

HSL color Cylindrical-coordinate representation of color #48352B: hue angle of 20.69º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48352B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB725343-
CMYK00.260.400.72
HSL20.69º25.22%22.55%-
HSV(B)20.69º40.28%28.24%-
XYZ4.384.12.85-
YUV57.54119.79138.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=42.86%
G=31.55%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72534300.260.400.7220.6925.2222.55
Hex48352B01A2848151917
Octal110655303250110253127
Binary10010001101011010110110101010001001000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48352B; }

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

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

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

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

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

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

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

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