Html Css Color HEX #503438 Cab Sav

📋 copy color: '#503438'

red 80 ◦ green 52 ◦ blue 56

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

Shades of Cab Sav #503438

Tints of Cab Sav #503438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 42.55%
G = 27.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503438 (or 0x503438) is known color: Cab Sav. HEX triplet: 50, 34 and 38. RGB value is (80,52,56). Sum of RGB (Red+Green+Blue) = 80+52+56=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503438 is #AFCBC7. Grayscale: #3C3C3C. Windows color (decimal): -11520968 or 3683408. OLE color: 3683408.

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

Color convert

RGB 80 52 56 -
CMYK 0 0.35 0.30 0.69
HSL 351.43º 0.21% 0.26% -
HSV(B) 351.43º 0.35% 0.31% -
XYZ 5.25 4.45 4.32 -
YUV 60.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 80 52 56 0 0.35 0.30 0.69 351.43 0.21 0.26
Hex 50 34 38 0 23 1E 45 15F 15 1A
Octal 120 64 70 0 43 36 105 537 25 32
Binary 1010000 110100 111000 0 100011 11110 1000101 101011111 10101 11010

Color Harmonies of #503438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503438

Black with #503438

Text Example


Text Example

White with #503438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503438; }

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

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

background-color css

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

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

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

border-color css

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

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

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