#483439

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

Shades of Cab Sav #483439

Tints of Cab Sav #483439

Color information

#483439 (or 0x483439) is unknown color: approx Cab Sav. HEX triplet: 48, 34 and 39. RGB value is (72,52,57). Sum of RGB (Red+Green+Blue) = 72+52+57=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483439 is #B7CBC6. Grayscale: #3A3A3A. Windows color (decimal): -12045255 or 3748936. OLE color: 3748936.

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

Color convert

RGB725257-
CMYK00.280.210.72
HSL345º16.13%24.31%-
HSV(B)345º27.78%28.24%-
XYZ4.644.134.42-
YUV58.55127.13137.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=39.78%
G=28.73%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72525700.280.210.7234516.1324.31
Hex48343901C15481591018
Octal1106471034251105312030
Binary10010001101001110010111001010110010001010110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483439; }

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

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

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

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

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

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

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

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