Html Css Color HEX #503336 Cab Sav

📋 copy color: '#503336'

red 80 ◦ green 51 ◦ blue 54

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

Shades of Cab Sav #503336

Tints of Cab Sav #503336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 43.24%
G = 27.57%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#503336 (or 0x503336) is known color: Cab Sav. HEX triplet: 50, 33 and 36. RGB value is (80,51,54). Sum of RGB (Red+Green+Blue) = 80+51+54=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503336 is #AFCCC9. Grayscale: #3C3C3C. Windows color (decimal): -11521226 or 3552080. OLE color: 3552080.

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

Color convert

RGB 80 51 54 -
CMYK 0 0.36 0.33 0.69
HSL 353.79º 0.22% 0.26% -
HSV(B) 353.79º 0.36% 0.31% -
XYZ 5.16 4.34 4.06 -
YUV 60.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 80 51 54 0 0.36 0.33 0.69 353.79 0.22 0.26
Hex 50 33 36 0 24 21 45 162 16 1A
Octal 120 63 66 0 44 41 105 542 26 32
Binary 1010000 110011 110110 0 100100 100001 1000101 101100010 10110 11010

Color Harmonies of #503336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503336

Black with #503336

Text Example


Text Example

White with #503336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503336; }

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

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

background-color css

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

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

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

border-color css

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

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

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