Html Css Color HEX #503136 Cab Sav

📋 copy color: '#503136'

red 80 ◦ green 49 ◦ blue 54

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

Shades of Cab Sav #503136

Tints of Cab Sav #503136

RGB

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

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

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

R = 43.72%
G = 26.78%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#503136 (or 0x503136) is known color: Cab Sav. HEX triplet: 50, 31 and 36. RGB value is (80,49,54). Sum of RGB (Red+Green+Blue) = 80+49+54=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503136 is #AFCEC9. Grayscale: #3A3A3A. Windows color (decimal): -11521738 or 3551568. OLE color: 3551568.

HSL color Cylindrical-coordinate representation of color #503136: hue angle of 350.32º 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 #503136 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 54 -
CMYK 0 0.39 0.33 0.69
HSL 350.32º 0.24% 0.25% -
HSV(B) 350.32º 0.39% 0.31% -
XYZ 5.07 4.17 4.03 -
YUV 58.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 80 49 54 0 0.39 0.33 0.69 350.32 0.24 0.25
Hex 50 31 36 0 27 21 45 15E 18 19
Octal 120 61 66 0 47 41 105 536 30 31
Binary 1010000 110001 110110 0 100111 100001 1000101 101011110 11000 11001

Color Harmonies of #503136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503136

Black with #503136

Text Example


Text Example

White with #503136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503136; }

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

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

background-color css

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

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

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

border-color css

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

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

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