Html Css Color HEX #482931 Cab Sav

📋 copy color: '#482931'

red 72 ◦ green 41 ◦ blue 49

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

Shades of Cab Sav #482931

Tints of Cab Sav #482931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 44.44%
G = 25.31%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482931 (or 0x482931) is known color: Cab Sav. HEX triplet: 48, 29 and 31. RGB value is (72,41,49). Sum of RGB (Red+Green+Blue) = 72+41+49=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482931 is #B7D6CE. Grayscale: #333333. Windows color (decimal): -12048079 or 3221832. OLE color: 3221832.

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

Color convert

RGB 72 41 49 -
CMYK 0 0.43 0.32 0.72
HSL 344.52º 0.27% 0.22% -
HSV(B) 344.52º 0.43% 0.28% -
XYZ 4.02 3.19 3.31 -
YUV 51.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 72 41 49 0 0.43 0.32 0.72 344.52 0.27 0.22
Hex 48 29 31 0 2B 20 48 159 1B 16
Octal 110 51 61 0 53 40 110 531 33 26
Binary 1001000 101001 110001 0 101011 100000 1001000 101011001 11011 10110

Color Harmonies of #482931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482931

Black with #482931

Text Example


Text Example

White with #482931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482931; }

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

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

background-color css

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

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

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

border-color css

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

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

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