#48382E

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

Shades of Tobago #48382E

Tints of Tobago #48382E

Color information

#48382E (or 0x48382E) is unknown color: approx Tobago. HEX triplet: 48, 38 and 2E. RGB value is (72,56,46). Sum of RGB (Red+Green+Blue) = 72+56+46=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48382E is #B7C7D1. Grayscale: #3B3B3B. Windows color (decimal): -12044242 or 3029064. OLE color: 3029064.

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

Color convert

RGB725646-
CMYK00.220.360.72
HSL23.08º22.03%23.14%-
HSV(B)23.08º36.11%28.24%-
XYZ4.584.43.19-
YUV59.64120.3136.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=41.38%
G=32.18%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72564600.220.360.7223.0822.0323.14
Hex48382E0162448171617
Octal110705602644110272627
Binary10010001110001011100101101001001001000101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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