#48352A

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

Shades of Tobago #48352A

Tints of Tobago #48352A

Color information

#48352A (or 0x48352A) is unknown color: approx Tobago. HEX triplet: 48, 35 and 2A. RGB value is (72,53,42). Sum of RGB (Red+Green+Blue) = 72+53+42=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352A is #B7CAD5. Grayscale: #393939. Windows color (decimal): -12045014 or 2766152. OLE color: 2766152.

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

Color convert

RGB725342-
CMYK00.260.420.72
HSL22º26.32%22.35%-
HSV(B)22º41.67%28.24%-
XYZ4.364.092.75-
YUV57.43119.29138.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=43.11%
G=31.74%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72534200.260.420.722226.3222.35
Hex48352A01A2A48161a16
Octal110655203252110263226
Binary10010001101011010100110101010101001000101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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