Html Css Color HEX #50552F Saratoga

📋 copy color: '#50552F'

red 80 ◦ green 85 ◦ blue 47

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

Shades of Saratoga #50552F

Tints of Saratoga #50552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 37.74%
G = 40.09%
B = 22.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#50552F (or 0x50552F) is known color: Saratoga. HEX triplet: 50, 55 and 2F. RGB value is (80,85,47). Sum of RGB (Red+Green+Blue) = 80+85+47=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #50552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552F is #AFAAD0. Grayscale: #4F4F4F. Windows color (decimal): -11512529 or 3102032. OLE color: 3102032.

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

Color convert

RGB 80 85 47 -
CMYK 0.06 0 0.45 0.67
HSL 67.89º 0.29% 0.26% -
HSV(B) 67.89º 0.45% 0.33% -
XYZ 7.07 8.41 3.94 -
YUV 79.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 80 85 47 0.06 0 0.45 0.67 67.89 0.29 0.26
Hex 50 55 2F 6 0 2D 43 44 1D 1A
Octal 120 125 57 6 0 55 103 104 35 32
Binary 1010000 1010101 101111 110 0 101101 1000011 1000100 11101 11010

Color Harmonies of #50552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50552F

Black with #50552F

Text Example


Text Example

White with #50552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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