Html Css Color HEX #483032 Cab Sav

📋 copy color: '#483032'

red 72 ◦ green 48 ◦ blue 50

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

Shades of Cab Sav #483032

Tints of Cab Sav #483032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 42.35%
G = 28.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483032 (or 0x483032) is known color: Cab Sav. HEX triplet: 48, 30 and 32. RGB value is (72,48,50). Sum of RGB (Red+Green+Blue) = 72+48+50=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483032 is #B7CFCD. Grayscale: #373737. Windows color (decimal): -12046286 or 3289160. OLE color: 3289160.

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

Color convert

RGB 72 48 50 -
CMYK 0 0.33 0.31 0.72
HSL 355º 0.2% 0.24% -
HSV(B) 355º 0.33% 0.28% -
XYZ 4.31 3.72 3.51 -
YUV 55.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 72 48 50 0 0.33 0.31 0.72 355 0.2 0.24
Hex 48 30 32 0 21 1F 48 163 14 18
Octal 110 60 62 0 41 37 110 543 24 30
Binary 1001000 110000 110010 0 100001 11111 1001000 101100011 10100 11000

Color Harmonies of #483032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483032

Black with #483032

Text Example


Text Example

White with #483032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483032; }

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

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

background-color css

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

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

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

border-color css

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

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

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