Html Css Color HEX #503436 Cab Sav

📋 copy color: '#503436'

red 80 ◦ green 52 ◦ blue 54

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

Shades of Cab Sav #503436

Tints of Cab Sav #503436

RGB

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

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

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

R = 43.01%
G = 27.96%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#503436 (or 0x503436) is known color: Cab Sav. HEX triplet: 50, 34 and 36. RGB value is (80,52,54). Sum of RGB (Red+Green+Blue) = 80+52+54=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503436 is #AFCBC9. Grayscale: #3C3C3C. Windows color (decimal): -11520970 or 3552336. OLE color: 3552336.

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

Color convert

RGB 80 52 54 -
CMYK 0 0.35 0.33 0.69
HSL 355.71º 0.21% 0.26% -
HSV(B) 355.71º 0.35% 0.31% -
XYZ 5.2 4.43 4.07 -
YUV 60.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 80 52 54 0 0.35 0.33 0.69 355.71 0.21 0.26
Hex 50 34 36 0 23 21 45 164 15 1A
Octal 120 64 66 0 43 41 105 544 25 32
Binary 1010000 110100 110110 0 100011 100001 1000101 101100100 10101 11010

Color Harmonies of #503436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503436

Black with #503436

Text Example


Text Example

White with #503436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503436; }

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

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

background-color css

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

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

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

border-color css

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

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

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