#48332A

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

Shades of Tobago #48332A

Tints of Tobago #48332A

Color information

#48332A (or 0x48332A) is unknown color: approx Tobago. HEX triplet: 48, 33 and 2A. RGB value is (72,51,42). Sum of RGB (Red+Green+Blue) = 72+51+42=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332A is #B7CCD5. Grayscale: #383838. Windows color (decimal): -12045526 or 2765640. OLE color: 2765640.

HSL color Cylindrical-coordinate representation of color #48332A: hue angle of 18º 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 #48332A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB725142-
CMYK00.290.420.72
HSL18º26.32%22.35%-
HSV(B)18º41.67%28.24%-
XYZ4.273.912.72-
YUV56.25119.96139.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=43.64%
G=30.91%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72514200.290.420.721826.3222.35
Hex48332A01D2A48121a16
Octal110635203552110223226
Binary10010001100111010100111011010101001000100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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