#483538

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

Shades of Cab Sav #483538

Tints of Cab Sav #483538

Color information

#483538 (or 0x483538) is unknown color: approx Cab Sav. HEX triplet: 48, 35 and 38. RGB value is (72,53,56). Sum of RGB (Red+Green+Blue) = 72+53+56=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483538 is #B7CAC7. Grayscale: #3B3B3B. Windows color (decimal): -12045000 or 3683656. OLE color: 3683656.

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

Color convert

RGB725356-
CMYK00.260.220.72
HSL350.53º15.2%24.51%-
HSV(B)350.53º26.39%28.24%-
XYZ4.664.214.31-
YUV59.02126.29137.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=39.78%
G=29.28%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72535600.260.220.72350.5315.224.51
Hex48353801A164815ff19
Octal1106570032261105371731
Binary1001000110101111000011010101101001000101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483538; }

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

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

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

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

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

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

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

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