#48342A

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

Shades of Tobago #48342A

Tints of Tobago #48342A

Color information

#48342A (or 0x48342A) is unknown color: approx Tobago. HEX triplet: 48, 34 and 2A. RGB value is (72,52,42). Sum of RGB (Red+Green+Blue) = 72+52+42=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48342A is #B7CBD5. Grayscale: #383838. Windows color (decimal): -12045270 or 2765896. OLE color: 2765896.

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

Color convert

RGB725242-
CMYK00.280.420.72
HSL20º26.32%22.35%-
HSV(B)20º41.67%28.24%-
XYZ4.3242.74-
YUV56.84119.63138.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=43.37%
G=31.33%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72524200.280.420.722026.3222.35
Hex48342A01C2A48141a16
Octal110645203452110243226
Binary10010001101001010100111001010101001000101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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