#483539

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

Shades of Cab Sav #483539

Tints of Cab Sav #483539

Color information

#483539 (or 0x483539) is unknown color: approx Cab Sav. HEX triplet: 48, 35 and 39. RGB value is (72,53,57). Sum of RGB (Red+Green+Blue) = 72+53+57=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483539 is #B7CAC6. Grayscale: #3B3B3B. Windows color (decimal): -12044999 or 3749192. OLE color: 3749192.

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

Color convert

RGB725357-
CMYK00.260.210.72
HSL347.37º15.2%24.51%-
HSV(B)347.37º26.39%28.24%-
XYZ4.684.224.44-
YUV59.14126.79137.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=39.56%
G=29.12%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72535700.260.210.72347.3715.224.51
Hex48353901A154815bf19
Octal1106571032251105331731
Binary1001000110101111001011010101011001000101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483539; }

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

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

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

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

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

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

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

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