Html Css Color HEX #48292E Cab Sav

📋 copy color: '#48292E'

red 72 ◦ green 41 ◦ blue 46

#48292E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #48292E

Tints of Cab Sav #48292E

RGB

 RED value IS 72 (28.52% from 255) = 45.28%

 GREEN value IS 41 (16.41% from 255) = 25.79%

 BLUE value IS 46 (18.36% from 255) = 28.93%

R = 45.28%
G = 25.79%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48292E (or 0x48292E) is known color: Cab Sav. HEX triplet: 48, 29 and 2E. RGB value is (72,41,46). Sum of RGB (Red+Green+Blue) = 72+41+46=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292E is #B7D6D1. Grayscale: #323232. Windows color (decimal): -12048082 or 3025224. OLE color: 3025224.

HSL color Cylindrical-coordinate representation of color #48292E: hue angle of 350.32º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48292E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 46 -
CMYK 0 0.43 0.36 0.72
HSL 350.32º 0.27% 0.22% -
HSV(B) 350.32º 0.43% 0.28% -
XYZ 3.96 3.16 2.99 -
YUV 50.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 72 41 46 0 0.43 0.36 0.72 350.32 0.27 0.22
Hex 48 29 2E 0 2B 24 48 15E 1B 16
Octal 110 51 56 0 53 44 110 536 33 26
Binary 1001000 101001 101110 0 101011 100100 1001000 101011110 11011 10110

Color Harmonies of #48292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48292E

Black with #48292E

Text Example


Text Example

White with #48292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48292E;
 }
 .AnyTagClassName
 {
   color: #48292E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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