Html Css Color HEX #482930 Cab Sav

📋 copy color: '#482930'

red 72 ◦ green 41 ◦ blue 48

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

Shades of Cab Sav #482930

Tints of Cab Sav #482930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 44.72%
G = 25.47%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482930 (or 0x482930) is known color: Cab Sav. HEX triplet: 48, 29 and 30. RGB value is (72,41,48). Sum of RGB (Red+Green+Blue) = 72+41+48=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482930 is #B7D6CF. Grayscale: #333333. Windows color (decimal): -12048080 or 3156296. OLE color: 3156296.

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

Color convert

RGB 72 41 48 -
CMYK 0 0.43 0.33 0.72
HSL 346.45º 0.27% 0.22% -
HSV(B) 346.45º 0.43% 0.28% -
XYZ 4 3.18 3.2 -
YUV 51.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 72 41 48 0 0.43 0.33 0.72 346.45 0.27 0.22
Hex 48 29 30 0 2B 21 48 15A 1B 16
Octal 110 51 60 0 53 41 110 532 33 26
Binary 1001000 101001 110000 0 101011 100001 1001000 101011010 11011 10110

Color Harmonies of #482930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482930

Black with #482930

Text Example


Text Example

White with #482930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482930; }

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

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

background-color css

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

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

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

border-color css

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

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

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