#48262D

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

Shades of Cab Sav #48262D

Tints of Cab Sav #48262D

Color information

#48262D (or 0x48262D) is unknown color: approx Cab Sav. HEX triplet: 48, 26 and 2D. RGB value is (72,38,45). Sum of RGB (Red+Green+Blue) = 72+38+45=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262D is #B7D9D2. Grayscale: #303030. Windows color (decimal): -12048851 or 2958920. OLE color: 2958920.

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

Color convert

RGB723845-
CMYK00.470.380.72
HSL347.65º30.91%21.57%-
HSV(B)347.65º47.22%28.24%-
XYZ3.842.952.85-
YUV48.96125.76144.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=46.45%
G=24.52%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384500.470.380.72347.6530.9121.57
Hex48262D02F264815c1f16
Octal1104655057461105343726
Binary1001000100110101101010111110011010010001010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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