Html Css Color HEX #505A2B Saratoga

📋 copy color: '#505A2B'

red 80 ◦ green 90 ◦ blue 43

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

Shades of Saratoga #505A2B

Tints of Saratoga #505A2B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.25%

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 37.56%
G = 42.25%
B = 20.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#505A2B (or 0x505A2B) is known color: Saratoga. HEX triplet: 50, 5A and 2B. RGB value is (80,90,43). Sum of RGB (Red+Green+Blue) = 80+90+43=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #505A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A2B is #AFA5D4. Grayscale: #515151. Windows color (decimal): -11511253 or 2841168. OLE color: 2841168.

HSL color Cylindrical-coordinate representation of color #505A2B: hue angle of 72.77º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505A2B is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 43 -
CMYK 0.11 0 0.52 0.65
HSL 72.77º 0.35% 0.26% -
HSV(B) 72.77º 0.52% 0.35% -
XYZ 7.4 9.19 3.67 -
YUV 81.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 80 90 43 0.11 0 0.52 0.65 72.77 0.35 0.26
Hex 50 5A 2B B 0 34 41 49 23 1A
Octal 120 132 53 13 0 64 101 111 43 32
Binary 1010000 1011010 101011 1011 0 110100 1000001 1001001 100011 11010

Color Harmonies of #505A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A2B

Black with #505A2B

Text Example


Text Example

White with #505A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A2B; }

 p { color: rgb(80,90,43); }

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

background-color css

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

 a { background-color: rgb(80,90,43); }

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

border-color css

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

 span { border-color: rgb(80,90,43); }

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