#48282E

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

Shades of Cab Sav #48282E

Tints of Cab Sav #48282E

Color information

#48282E (or 0x48282E) is unknown color: approx Cab Sav. HEX triplet: 48, 28 and 2E. RGB value is (72,40,46). Sum of RGB (Red+Green+Blue) = 72+40+46=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282E is #B7D7D1. Grayscale: #323232. Windows color (decimal): -12048338 or 3024968. OLE color: 3024968.

HSL color Cylindrical-coordinate representation of color #48282E: hue angle of 348.75º 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 #48282E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB724046-
CMYK00.440.360.72
HSL348.75º28.57%21.96%-
HSV(B)348.75º44.44%28.24%-
XYZ3.923.092.97-
YUV50.25125.6143.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=45.57%
G=25.32%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404600.440.360.72348.7528.5721.96
Hex48282E02C244815d1d16
Octal1105056054441105353526
Binary1001000101000101110010110010010010010001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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