#483932

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

Shades of Tobago #483932

Tints of Tobago #483932

Color information

#483932 (or 0x483932) is unknown color: approx Tobago. HEX triplet: 48, 39 and 32. RGB value is (72,57,50). Sum of RGB (Red+Green+Blue) = 72+57+50=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483932 is #B7C6CD. Grayscale: #3C3C3C. Windows color (decimal): -12043982 or 3291464. OLE color: 3291464.

HSL color Cylindrical-coordinate representation of color #483932: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483932 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB725750-
CMYK00.210.310.72
HSL19.09º18.03%23.92%-
HSV(B)19.09º30.56%28.24%-
XYZ4.714.533.64-
YUV60.69121.97136.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=40.22%
G=31.84%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72575000.210.310.7219.0918.0323.92
Hex4839320151F48131218
Octal110716202537110232230
Binary1001000111001110010010101111111001000100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483932; }

 p { color: rgb(72,57,50); }

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

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

 a { background-color: rgb(72,57,50); }

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

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

 span { border-color: rgb(72,57,50); }

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