Html Css Color HEX #53552F Saratoga

📋 copy color: '#53552F'

red 83 ◦ green 85 ◦ blue 47

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

Shades of Saratoga #53552F

Tints of Saratoga #53552F

RGB

 RED value IS 83 (32.81% from 255) = 38.6%

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

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

R = 38.6%
G = 39.53%
B = 21.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53552F (or 0x53552F) is known color: Saratoga. HEX triplet: 53, 55 and 2F. RGB value is (83,85,47). Sum of RGB (Red+Green+Blue) = 83+85+47=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #53552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552F is #ACAAD0. Grayscale: #505050. Windows color (decimal): -11315921 or 3102035. OLE color: 3102035.

HSL color Cylindrical-coordinate representation of color #53552F: hue angle of 63.16º 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 #53552F is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 47 -
CMYK 0.02 0 0.45 0.67
HSL 63.16º 0.29% 0.26% -
HSV(B) 63.16º 0.45% 0.33% -
XYZ 7.33 8.54 3.95 -
YUV 80.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 83 85 47 0.02 0 0.45 0.67 63.16 0.29 0.26
Hex 53 55 2F 2 0 2D 43 3F 1D 1A
Octal 123 125 57 2 0 55 103 77 35 32
Binary 1010011 1010101 101111 10 0 101101 1000011 111111 11101 11010

Color Harmonies of #53552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53552F

Black with #53552F

Text Example


Text Example

White with #53552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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