#48362E

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

Shades of Tobago #48362E

Tints of Tobago #48362E

Color information

#48362E (or 0x48362E) is unknown color: approx Tobago. HEX triplet: 48, 36 and 2E. RGB value is (72,54,46). Sum of RGB (Red+Green+Blue) = 72+54+46=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362E is #B7C9D1. Grayscale: #3A3A3A. Windows color (decimal): -12044754 or 3028552. OLE color: 3028552.

HSL color Cylindrical-coordinate representation of color #48362E: hue angle of 18.46º 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 #48362E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB725446-
CMYK00.250.360.72
HSL18.46º22.03%23.14%-
HSV(B)18.46º36.11%28.24%-
XYZ4.484.213.16-
YUV58.47120.96137.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=41.86%
G=31.40%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72544600.250.360.7218.4622.0323.14
Hex48362E0192448121617
Octal110665603144110222627
Binary10010001101101011100110011001001001000100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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