#48272D

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

Shades of Cab Sav #48272D

Tints of Cab Sav #48272D

Color information

#48272D (or 0x48272D) is unknown color: approx Cab Sav. HEX triplet: 48, 27 and 2D. RGB value is (72,39,45). Sum of RGB (Red+Green+Blue) = 72+39+45=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272D is #B7D8D2. Grayscale: #313131. Windows color (decimal): -12048595 or 2959176. OLE color: 2959176.

HSL color Cylindrical-coordinate representation of color #48272D: hue angle of 349.09º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48272D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB723945-
CMYK00.460.380.72
HSL349.09º29.73%21.76%-
HSV(B)349.09º45.83%28.24%-
XYZ3.873.022.86-
YUV49.55125.43144.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=46.15%
G=25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72394500.460.380.72349.0929.7321.76
Hex48272D02E264815d1e16
Octal1104755056461105353626
Binary1001000100111101101010111010011010010001010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48272D; }

 p { color: rgb(72,39,45); }

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

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

 a { background-color: rgb(72,39,45); }

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

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

 span { border-color: rgb(72,39,45); }

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