#48372E

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

Shades of Tobago #48372E

Tints of Tobago #48372E

Color information

#48372E (or 0x48372E) is unknown color: approx Tobago. HEX triplet: 48, 37 and 2E. RGB value is (72,55,46). Sum of RGB (Red+Green+Blue) = 72+55+46=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372E is #B7C8D1. Grayscale: #3B3B3B. Windows color (decimal): -12044498 or 3028808. OLE color: 3028808.

HSL color Cylindrical-coordinate representation of color #48372E: hue angle of 20.77º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48372E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB725546-
CMYK00.240.360.72
HSL20.77º22.03%23.14%-
HSV(B)20.77º36.11%28.24%-
XYZ4.534.313.18-
YUV59.06120.63137.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=41.62%
G=31.79%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554600.240.360.7220.7722.0323.14
Hex48372E0182448151617
Octal110675603044110252627
Binary10010001101111011100110001001001001000101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48372E; }

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

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

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

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

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

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

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

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