Html Css Color HEX #50552B Saratoga

📋 copy color: '#50552B'

red 80 ◦ green 85 ◦ blue 43

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

Shades of Saratoga #50552B

Tints of Saratoga #50552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 38.46%
G = 40.87%
B = 20.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#50552B (or 0x50552B) is known color: Saratoga. HEX triplet: 50, 55 and 2B. RGB value is (80,85,43). Sum of RGB (Red+Green+Blue) = 80+85+43=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #50552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552B is #AFAAD4. Grayscale: #4E4E4E. Windows color (decimal): -11512533 or 2839888. OLE color: 2839888.

HSL color Cylindrical-coordinate representation of color #50552B: hue angle of 67.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50552B is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 43 -
CMYK 0.06 0 0.49 0.67
HSL 67.14º 0.33% 0.25% -
HSV(B) 67.14º 0.49% 0.33% -
XYZ 6.99 8.38 3.53 -
YUV 78.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 80 85 43 0.06 0 0.49 0.67 67.14 0.33 0.25
Hex 50 55 2B 6 0 31 43 43 21 19
Octal 120 125 53 6 0 61 103 103 41 31
Binary 1010000 1010101 101011 110 0 110001 1000011 1000011 100001 11001

Color Harmonies of #50552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50552B

Black with #50552B

Text Example


Text Example

White with #50552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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