Html Css Color HEX #503035 Cab Sav

📋 copy color: '#503035'

red 80 ◦ green 48 ◦ blue 53

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

Shades of Cab Sav #503035

Tints of Cab Sav #503035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 44.2%
G = 26.52%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#503035 (or 0x503035) is known color: Cab Sav. HEX triplet: 50, 30 and 35. RGB value is (80,48,53). Sum of RGB (Red+Green+Blue) = 80+48+53=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503035 is #AFCFCA. Grayscale: #3A3A3A. Windows color (decimal): -11521995 or 3485776. OLE color: 3485776.

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

Color convert

RGB 80 48 53 -
CMYK 0 0.40 0.34 0.69
HSL 350.63º 0.25% 0.25% -
HSV(B) 350.63º 0.4% 0.31% -
XYZ 5.01 4.08 3.89 -
YUV 58.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 80 48 53 0 0.40 0.34 0.69 350.63 0.25 0.25
Hex 50 30 35 0 28 22 45 15F 19 19
Octal 120 60 65 0 50 42 105 537 31 31
Binary 1010000 110000 110101 0 101000 100010 1000101 101011111 11001 11001

Color Harmonies of #503035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503035

Black with #503035

Text Example


Text Example

White with #503035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503035; }

 p { color: rgb(80,48,53); }

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

background-color css

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

 a { background-color: rgb(80,48,53); }

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

border-color css

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

 span { border-color: rgb(80,48,53); }

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