Html Css Color HEX #483132 Cab Sav

📋 copy color: '#483132'

red 72 ◦ green 49 ◦ blue 50

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

Shades of Cab Sav #483132

Tints of Cab Sav #483132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 50 (19.92% from 255) = 29.24%

R = 42.11%
G = 28.65%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483132 (or 0x483132) is known color: Cab Sav. HEX triplet: 48, 31 and 32. RGB value is (72,49,50). Sum of RGB (Red+Green+Blue) = 72+49+50=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483132 is #B7CECD. Grayscale: #383838. Windows color (decimal): -12046030 or 3289416. OLE color: 3289416.

HSL color Cylindrical-coordinate representation of color #483132: hue angle of 357.39º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483132 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 50 -
CMYK 0 0.32 0.31 0.72
HSL 357.39º 0.19% 0.24% -
HSV(B) 357.39º 0.32% 0.28% -
XYZ 4.35 3.8 3.52 -
YUV 55.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 72 49 50 0 0.32 0.31 0.72 357.39 0.19 0.24
Hex 48 31 32 0 20 1F 48 165 13 18
Octal 110 61 62 0 40 37 110 545 23 30
Binary 1001000 110001 110010 0 100000 11111 1001000 101100101 10011 11000

Color Harmonies of #483132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483132

Black with #483132

Text Example


Text Example

White with #483132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483132; }

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

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

background-color css

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

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

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

border-color css

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

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

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