#48362C

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

Shades of Tobago #48362C

Tints of Tobago #48362C

Color information

#48362C (or 0x48362C) is unknown color: approx Tobago. HEX triplet: 48, 36 and 2C. RGB value is (72,54,44). Sum of RGB (Red+Green+Blue) = 72+54+44=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362C is #B7C9D3. Grayscale: #3A3A3A. Windows color (decimal): -12044756 or 2897480. OLE color: 2897480.

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

Color convert

RGB725444-
CMYK00.250.390.72
HSL21.43º24.14%22.75%-
HSV(B)21.43º38.89%28.24%-
XYZ4.454.22.96-
YUV58.24119.96137.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=42.35%
G=31.76%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72544400.250.390.7221.4324.1422.75
Hex48362C0192748151817
Octal110665403147110253027
Binary10010001101101011000110011001111001000101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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