Html Css Color HEX #483134 Cab Sav

📋 copy color: '#483134'

red 72 ◦ green 49 ◦ blue 52

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

Shades of Cab Sav #483134

Tints of Cab Sav #483134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 41.62%
G = 28.32%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#483134 (or 0x483134) is known color: Cab Sav. HEX triplet: 48, 31 and 34. RGB value is (72,49,52). Sum of RGB (Red+Green+Blue) = 72+49+52=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483134 is #B7CECB. Grayscale: #383838. Windows color (decimal): -12046028 or 3420488. OLE color: 3420488.

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

Color convert

RGB 72 49 52 -
CMYK 0 0.32 0.28 0.72
HSL 352.17º 0.19% 0.24% -
HSV(B) 352.17º 0.32% 0.28% -
XYZ 4.39 3.82 3.76 -
YUV 56.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 72 49 52 0 0.32 0.28 0.72 352.17 0.19 0.24
Hex 48 31 34 0 20 1C 48 160 13 18
Octal 110 61 64 0 40 34 110 540 23 30
Binary 1001000 110001 110100 0 100000 11100 1001000 101100000 10011 11000

Color Harmonies of #483134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483134

Black with #483134

Text Example


Text Example

White with #483134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483134; }

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

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

background-color css

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

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

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

border-color css

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

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

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