Html Css Color HEX #48272D Cab Sav

📋 copy color: '#48272D'

red 72 ◦ green 39 ◦ blue 45

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

Shades of Cab Sav #48272D

Tints of Cab Sav #48272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 46.15%
G = 25%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48272D (or 0x48272D) is known color: Cab Sav. HEX triplet: 48, 27 and 2D. RGB value is (72,39,45). Sum of RGB (Red+Green+Blue) = 72+39+45=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272D is #B7D8D2. Grayscale: #313131. Windows color (decimal): -12048595 or 2959176. OLE color: 2959176.

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

Color convert

RGB 72 39 45 -
CMYK 0 0.46 0.38 0.72
HSL 349.09º 0.3% 0.22% -
HSV(B) 349.09º 0.46% 0.28% -
XYZ 3.87 3.02 2.86 -
YUV 49.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 72 39 45 0 0.46 0.38 0.72 349.09 0.3 0.22
Hex 48 27 2D 0 2E 26 48 15D 1E 16
Octal 110 47 55 0 56 46 110 535 36 26
Binary 1001000 100111 101101 0 101110 100110 1001000 101011101 11110 10110

Color Harmonies of #48272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48272D

Black with #48272D

Text Example


Text Example

White with #48272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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