#48282D

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

Shades of Cab Sav #48282D

Tints of Cab Sav #48282D

Color information

#48282D (or 0x48282D) is unknown color: approx Cab Sav. HEX triplet: 48, 28 and 2D. RGB value is (72,40,45). Sum of RGB (Red+Green+Blue) = 72+40+45=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282D is #B7D7D2. Grayscale: #323232. Windows color (decimal): -12048339 or 2959432. OLE color: 2959432.

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

Color convert

RGB724045-
CMYK00.440.380.72
HSL350.62º28.57%21.96%-
HSV(B)350.62º44.44%28.24%-
XYZ3.93.082.87-
YUV50.14125.1143.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=45.86%
G=25.48%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404500.440.380.72350.6228.5721.96
Hex48282D02C264815f1d16
Octal1105055054461105373526
Binary1001000101000101101010110010011010010001010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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