Html Css Color HEX #483136 Cab Sav

📋 copy color: '#483136'

red 72 ◦ green 49 ◦ blue 54

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

Shades of Cab Sav #483136

Tints of Cab Sav #483136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 41.14%
G = 28%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483136 (or 0x483136) is known color: Cab Sav. HEX triplet: 48, 31 and 36. RGB value is (72,49,54). Sum of RGB (Red+Green+Blue) = 72+49+54=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483136 is #B7CEC9. Grayscale: #383838. Windows color (decimal): -12046026 or 3551560. OLE color: 3551560.

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

Color convert

RGB 72 49 54 -
CMYK 0 0.32 0.25 0.72
HSL 346.96º 0.19% 0.24% -
HSV(B) 346.96º 0.32% 0.28% -
XYZ 4.44 3.84 4 -
YUV 56.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 72 49 54 0 0.32 0.25 0.72 346.96 0.19 0.24
Hex 48 31 36 0 20 19 48 15B 13 18
Octal 110 61 66 0 40 31 110 533 23 30
Binary 1001000 110001 110110 0 100000 11001 1001000 101011011 10011 11000

Color Harmonies of #483136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483136

Black with #483136

Text Example


Text Example

White with #483136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483136; }

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

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

background-color css

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

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

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

border-color css

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

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

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