Html Css Color HEX #48292D Cab Sav

📋 copy color: '#48292D'

red 72 ◦ green 41 ◦ blue 45

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

Shades of Cab Sav #48292D

Tints of Cab Sav #48292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 45.57%
G = 25.95%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48292D (or 0x48292D) is known color: Cab Sav. HEX triplet: 48, 29 and 2D. RGB value is (72,41,45). Sum of RGB (Red+Green+Blue) = 72+41+45=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292D is #B7D6D2. Grayscale: #323232. Windows color (decimal): -12048083 or 2959688. OLE color: 2959688.

HSL color Cylindrical-coordinate representation of color #48292D: hue angle of 352.26º 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 #48292D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 45 -
CMYK 0 0.43 0.38 0.72
HSL 352.26º 0.27% 0.22% -
HSV(B) 352.26º 0.43% 0.28% -
XYZ 3.94 3.15 2.88 -
YUV 50.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 72 41 45 0 0.43 0.38 0.72 352.26 0.27 0.22
Hex 48 29 2D 0 2B 26 48 160 1B 16
Octal 110 51 55 0 53 46 110 540 33 26
Binary 1001000 101001 101101 0 101011 100110 1001000 101100000 11011 10110

Color Harmonies of #48292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48292D

Black with #48292D

Text Example


Text Example

White with #48292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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