Html Css Color HEX #48292F Cab Sav

📋 copy color: '#48292F'

red 72 ◦ green 41 ◦ blue 47

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

Shades of Cab Sav #48292F

Tints of Cab Sav #48292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 45%
G = 25.63%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48292F (or 0x48292F) is known color: Cab Sav. HEX triplet: 48, 29 and 2F. RGB value is (72,41,47). Sum of RGB (Red+Green+Blue) = 72+41+47=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #48292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292F is #B7D6D0. Grayscale: #323232. Windows color (decimal): -12048081 or 3090760. OLE color: 3090760.

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

Color convert

RGB 72 41 47 -
CMYK 0 0.43 0.35 0.72
HSL 348.39º 0.27% 0.22% -
HSV(B) 348.39º 0.43% 0.28% -
XYZ 3.98 3.17 3.09 -
YUV 50.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 72 41 47 0 0.43 0.35 0.72 348.39 0.27 0.22
Hex 48 29 2F 0 2B 23 48 15C 1B 16
Octal 110 51 57 0 53 43 110 534 33 26
Binary 1001000 101001 101111 0 101011 100011 1001000 101011100 11011 10110

Color Harmonies of #48292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48292F

Black with #48292F

Text Example


Text Example

White with #48292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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