Html Css Color HEX #503134 Cab Sav

📋 copy color: '#503134'

red 80 ◦ green 49 ◦ blue 52

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

Shades of Cab Sav #503134

Tints of Cab Sav #503134

RGB

 RED value IS 80 (31.64% from 255) = 44.2%

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

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

R = 44.2%
G = 27.07%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#503134 (or 0x503134) is known color: Cab Sav. HEX triplet: 50, 31 and 34. RGB value is (80,49,52). Sum of RGB (Red+Green+Blue) = 80+49+52=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503134 is #AFCECB. Grayscale: #3A3A3A. Windows color (decimal): -11521740 or 3420496. OLE color: 3420496.

HSL color Cylindrical-coordinate representation of color #503134: hue angle of 354.19º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503134 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 52 -
CMYK 0 0.39 0.35 0.69
HSL 354.19º 0.24% 0.25% -
HSV(B) 354.19º 0.39% 0.31% -
XYZ 5.03 4.15 3.78 -
YUV 58.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 80 49 52 0 0.39 0.35 0.69 354.19 0.24 0.25
Hex 50 31 34 0 27 23 45 162 18 19
Octal 120 61 64 0 47 43 105 542 30 31
Binary 1010000 110001 110100 0 100111 100011 1000101 101100010 11000 11001

Color Harmonies of #503134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503134

Black with #503134

Text Example


Text Example

White with #503134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503134; }

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

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

background-color css

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

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

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

border-color css

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

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

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